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