From 787ac72a66fda6683e0697bd50d5f6459d49fd21 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 23 Jan 2023 20:50:04 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 14c96f7e..0b56290d 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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