Files
MainSite/shell/StopServer.sh
2020-05-10 18:29:14 +04:00

8 lines
200 B
Bash
Executable File

#!/bin/bash
ServiceName=$(python3 Scripts.py --getconfig PROGNAME)
SHMName=$(python3 Scripts.py --getconfig SHMNAME)
echo 'Остановка '$ServiceName
sudo systemctl stop site_$SHMName.service