Update nodemgmt-scripts.sh

This commit is contained in:
2023-01-23 20:50:04 -06:00
parent 7551012ccb
commit 787ac72a66

View File

@@ -2052,7 +2052,7 @@ SINGLE_SERVER_SERVICE_CHECK(){
echo "stopping gitea service on ${nip}" echo "stopping gitea service on ${nip}"
ssh root@${nip} /bin/systemctl stop gitea ssh root@${nip} /bin/systemctl stop gitea
fi fi
fi done
/bin/systemctl start gitea & /bin/systemctl start gitea &
fi fi
if [ "$(systemctl is-active pdnsadmin.service)" != "active" ]; then if [ "$(systemctl is-active pdnsadmin.service)" != "active" ]; then