Fixed some bash if blocks and removed env file from db.py

This commit is contained in:
Martyn Inglis
2016-07-04 16:57:35 +01:00
parent 0bfed1baad
commit d34ae9edbc
3 changed files with 0 additions and 13 deletions

View File

@@ -6,7 +6,6 @@ then
echo "Chown application to be owned by notify-app"
cd /home/notify-app/;
chown -R notify-app:govuk-notify-applications notifications-api
fi
else
echo "Chown application to be owned by ubuntu"
cd /home/ubuntu/;

View File

@@ -7,7 +7,6 @@ then
cd /home/ubuntu/notifications-api;
pip3 install -r /home/notify-app/notifications-api/requirements.txt
python3 db.py db upgrade
fi
else
echo "Depenencies for ubuntu"
cd /home/ubuntu/notifications-api;