diff --git a/scripts/aws_install_dependencies.sh b/scripts/aws_install_dependencies.sh index 849c8578a..c95b64aab 100755 --- a/scripts/aws_install_dependencies.sh +++ b/scripts/aws_install_dependencies.sh @@ -3,5 +3,5 @@ echo "Install dependencies" cd /home/ubuntu/notifications-admin; export FLASK_CONFIG=/home/ubuntu/config.cfg -python3 app.py db upgrade pip3 install -r /home/ubuntu/notifications-admin/requirements.txt +python3 app.py db upgrade