diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 943cdf77..c07edb72 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1853,7 +1853,7 @@ DOWNLIST(){ c=0; spc='' spc1=${cw}-${#downitem} echo "HERE: $downitem - $spc1" - 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