From ff5dd0dfb0838131e22493d62961f481fd144897 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 22 Dec 2015 16:43:26 +0100 Subject: Updated install script. --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 028dd8db..5eb0ec13 100755 --- a/install.sh +++ b/install.sh @@ -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 -- cgit