Files
notifications-admin/scripts/aws_stop_app.sh

5 lines
106 B
Bash
Raw Normal View History

#!/bin/bash
echo "Stopping application"
cd ~/notifications-admin/;
sudo service notifications-admin stop