From 4977e5ccdce7ed6f769953c59247ceade355219d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 26 Jun 2021 22:41:59 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 751ba2be..9e2c3507 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1449,9 +1449,9 @@ SERVICE(){ fi # fi nid=`expr $nid + 1` - if [ "${1}" = "gitea" ]; then - break - fi + # if [ "${1}" = "gitea" ]; then + # break + # fi done fi done