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