Wrong path to app

This commit is contained in:
Martyn Inglis
2016-07-04 17:06:05 +01:00
parent d34ae9edbc
commit 7bd1ea1a45

View File

@@ -4,7 +4,7 @@ echo "Install dependencies"
if [ -e "/home/notify-app" ]
then
echo "Depenencies for notify-app"
cd /home/ubuntu/notifications-api;
cd /home/notify-app/notifications-api;
pip3 install -r /home/notify-app/notifications-api/requirements.txt
python3 db.py db upgrade
else