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

9 lines
218 B
Bash
Executable File

#!/bin/bash
./Prepare.sh
ServiceName=$(python3 Scripts.py --getconfig PROGNAME)
SHMName=$(python3 Scripts.py --getconfig SHMNAME)
echo 'Перезапуск '$ServiceName
sudo systemctl restart site_$SHMName.service