diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-12-22 16:43:26 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2015-12-22 16:43:26 +0100 |
commit | ff5dd0dfb0838131e22493d62961f481fd144897 (patch) | |
tree | 29d45fd0288dbd0a784965fe722ce3205e2f9932 | |
parent | Updated bootstrap script for Vagrant. (diff) | |
download | newspipe-ff5dd0dfb0838131e22493d62961f481fd144897.tar.gz newspipe-ff5dd0dfb0838131e22493d62961f481fd144897.tar.bz2 newspipe-ff5dd0dfb0838131e22493d62961f481fd144897.zip |
Updated install script.
-rwxr-xr-x | install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,5 +40,5 @@ elif [ "$1" == sqlite ]; then echo 'database_url = sqlite+pysqlite:///jarr.db' >> src/conf/conf.cfg fi -python$PYTHON_VERSION manager.py db_empty -python$PYTHON_VERSION manager.py db_create +python$PYTHON_VERSION src/manager.py db_empty +python$PYTHON_VERSION src/manager.py db_create |