From f9b9f7d590e5c7259bb06a8d7d591afbfb2c41ba Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 16 Jan 2021 10:06:33 -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 c6a4b60f..d5b73d7b 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1436,7 +1436,7 @@ SERVICE(){ # fi nid=`expr $nid + 1` if [ "${1}" = "gitea" ]; then - break 2 + break 2; done done fi