Updates
This commit is contained in:
7
shell/StopServer.sh
Executable file
7
shell/StopServer.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
ServiceName=$(python3 Scripts.py --getconfig PROGNAME)
|
||||
SHMName=$(python3 Scripts.py --getconfig SHMNAME)
|
||||
|
||||
echo 'Остановка '$ServiceName
|
||||
sudo systemctl stop site_$SHMName.service
|
||||
Reference in New Issue
Block a user