Update nodemgmt-scripts.sh

This commit is contained in:
2022-07-24 16:45:36 -05:00
parent cbe07fd2b3
commit 4def0a4f1d

View File

@@ -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