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