From 027e410c52821df6878bd19b91e9937eeb7291fc Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 23 Jan 2023 20:50:18 -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 0b56290d..7243c7ea 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -2061,7 +2061,7 @@ SINGLE_SERVER_SERVICE_CHECK(){ echo "stopping pdnsadmin service on ${nip}" ssh root@${nip} /bin/systemctl stop pdnsadmin.service pdnsadmin.socket fi - fi + done /bin/systemctl start pdnsadmin.service pdnsadmin.socket & fi fi