From 7bd1ea1a455922f28024d1acbb7d4af110ba941b Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Mon, 4 Jul 2016 17:06:05 +0100 Subject: [PATCH] Wrong path to app --- scripts/aws_install_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/aws_install_dependencies.sh b/scripts/aws_install_dependencies.sh index f57f843d7..f7cb975f6 100755 --- a/scripts/aws_install_dependencies.sh +++ b/scripts/aws_install_dependencies.sh @@ -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