Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-08 22:43:57 -06:00
parent b4a92179b1
commit d558290e2c

View File

@@ -763,7 +763,7 @@ DOWNLIST(){
[ -f ${NM_TMPFOLDER}/${ditem}.disable ] && dstatus="OFF" || dstatus="on"
time=$(SHOW_TIME ${toterrtime})
c=0; spc3='-'
# until [ $c = `expr 13 - ${#time}` ]; do spc3="${spc3} "; c=`expr $c + 1`; done
until [ $c = `expr 23 - ${#time}` ]; do spc3="${spc3} "; c=`expr $c + 1`; done
echo -e "${idsCL[LightRed]}${idsST[Bold]}${ignsel}${idsST[Reset]}${idsCL[LightRed]}${itemname}${spc}${host}${spc2}${time}${spc3}${dstatus}${idsCL[Default]}"
fi