From be0bb733f87644208df907ca6b68393978730177 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 24 Jul 2022 16:36:49 -0500 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 d7e1e611..b302308d 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1850,7 +1850,7 @@ DOWNLIST(){ for downitem in `find /opt/idssys/nodemgmt -name "*.down"`; do c=0; spc='' spc1=${cw}-${#downitem} - until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done + #until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done echo -e "${idsST[Bold]}${idsCL[Red]}${downitem}${spc}TYPE${idsST[Reset]}${idsCL[Default]}" DIVIDER false darkGray done