mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-30 12:18:19 -04:00
5 lines
106 B
Bash
5 lines
106 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
echo "Stopping application"
|
||
|
|
cd ~/notifications-admin/;
|
||
|
|
sudo service notifications-admin stop
|