Update nodemgmt-scripts.sh

This commit is contained in:
2022-07-24 16:41:28 -05:00
parent 9990c2717a
commit d0ecb5561d

View File

@@ -1849,6 +1849,7 @@ DOWNLIST(){
for downitem in `find /opt/idssys/nodemgmt -name "*.down"`; do
c=0; spc=''
spc1=${cw}-${#downitem}
echo "HERE: $downitem - $spc1"
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