Update nodemgmt-scripts.sh

This commit is contained in:
2022-07-24 16:36:49 -05:00
parent 2ef84e5f2d
commit be0bb733f8

View File

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