Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-08 21:09:05 -06:00
parent 6dd6ea5009
commit ef9ec3a9bb

View File

@@ -755,8 +755,9 @@ DOWNLIST(){
c=0; spc2='' c=0; spc2=''
spc1=${cw2}-${#itemname}-${#host}-${spc1} spc1=${cw2}-${#itemname}-${#host}-${spc1}
until [ $c = ${spc1} ]; do spc2="${spc2} "; c=`expr $c + 1`; done until [ $c = ${spc1} ]; do spc2="${spc2} "; c=`expr $c + 1`; done
echo -e "${ignsel}${idsST[Bold]}${idsCL[Red]}${itemname}${spc}${host}${spc2}$(SHOW_TIME ${toterrtime})${idsST[Reset]}${idsCL[Default]}" echo -e "${idsCL[Red]}${ignsel}${idsST[Bold]}${itemname}${spc}${host}${spc2}$(SHOW_TIME ${toterrtime})${idsST[Reset]}${idsCL[Default]}"
DIVIDER false darkGray 90 DIVIDER false darkGray 90
((is++))
done done
fi fi
echo echo