diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index e9905bd4..1b400413 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -762,7 +762,6 @@ DOWNLIST(){ [ ${is} -lt 10 ] && ignsel=" ${is}) " || ignsel="${is}) " [ -f ${NM_TMPFOLDER}/${ditem}.disable ] && dstatus="OFF" || dstatus="on" time=$(SHOW_TIME ${toterrtime}) - echo "HERE: $time - ${#time}" c=0; spc3='-' # until [ $c = `expr 13 - ${#time}` ]; do spc3="${spc3} "; c=`expr $c + 1`; done echo -en "${idsCL[LightRed]}${idsST[Bold]}${ignsel}${idsST[Reset]}${idsCL[LightRed]}${itemname}${spc}${host}${spc2}${time}${spc3}${dstatus}${idsCL[Default]}"