Files
notifications-admin/scripts/aws_start_app.sh

5 lines
107 B
Bash
Raw Normal View History

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