mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-12 16:22:17 -05:00
5 lines
101 B
Bash
Executable File
5 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Stopping application"
|
|
cd ~/notifications-api/;
|
|
sudo service notifications-api stop |