From 37f7fd8bf8b2d02f79adbc0072b13bf10f734dc7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 17 Dec 2022 11:10:04 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index afda0f93..8004c3e2 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -539,8 +539,7 @@ CHECK_DOCKER_SERVICES(){ if [ "${ST_ACTION}" != "check" ]; then c=0; cw=30; spc='' spc1=`expr ${cw} - ${#NM_DOCKERS[${docker}]}` - echo "$spc1" - #until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done + until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done echo -en " ${NM_DOCKERS[${docker}]}$spc: " fi if [ ! "$(${NCMD} docker ps -q -f name=${docker})" ]; then