Removed CD from AWS scripts

This commit is contained in:
Martyn Inglis
2015-12-15 17:21:31 +00:00
parent 3f5e7ae0bd
commit 3d56393b8d
2 changed files with 0 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
#!/bin/bash
echo "Starting application"
cd ~/notifications-api/;
sudo service notifications-api start

View File

@@ -1,5 +1,4 @@
#!/bin/bash
echo "Stopping application"
cd ~/notifications-api/;
sudo service notifications-api stop