diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2014-01-29 14:06:16 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2014-01-29 14:06:16 +0100 |
commit | a087c7bf10e9b6def3d4ca79e9bed526ce4382ea (patch) | |
tree | 1af493938aecd554c25f3fda8d3da33f1065e8c9 /install.sh | |
parent | explicitly mark a string as safe HTML with |safe (diff) | |
download | newspipe-a087c7bf10e9b6def3d4ca79e9bed526ce4382ea.tar.gz newspipe-a087c7bf10e9b6def3d4ca79e9bed526ce4382ea.tar.bz2 newspipe-a087c7bf10e9b6def3d4ca79e9bed526ce4382ea.zip |
Fixed setup script.
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Installation of MongoDB sudo apt-get install -y mongodb-server @@ -14,4 +14,4 @@ deactivate # Configuration cp conf/conf.cfg-sample conf/conf.cfg -python initialization.py pyaggr3g470r firstname lastname firstname.lastname@gmail.com secret +python pyaggr3g470r/initialization.py pyaggr3g470r firstname lastname firstname.lastname@gmail.com secret |