From c4dd3a4fbff36e44316129a089feab884dd3b88f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 16 Jan 2021 10:07:23 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index d5b73d7b..d6966107 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1436,8 +1436,8 @@ SERVICE(){ # fi nid=`expr $nid + 1` if [ "${1}" = "gitea" ]; then - break 2; - done + break + fi done fi done