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}"
ssh root@${nip} /bin/systemctl stop gitea
fi
fi
done
/bin/systemctl start gitea &
fi
if [ "$(systemctl is-active pdnsadmin.service)" != "active" ]; then