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 }