From b2d44fa3eaf0cff8fe8d7b0fdcdb8de968c8636e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 17 Dec 2022 10:57:32 -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 64bc5eb3..1d5c37ac 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -581,8 +581,8 @@ CHECK_DOCKER_SERVICES(){ if [ "${ST_ACTION}" != "check" ]; then echo; fi nid=`expr $nid + 1` done - done - fi + fi + done }