mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-18 07:51:57 -05:00
5 lines
107 B
Bash
5 lines
107 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
echo "Starting application"
|
||
|
|
cd ~/notifications-admin/;
|
||
|
|
sudo service notifications-admin start
|