From 0385cac49ed21ad9f3b392366b7ad9ed1489a3cf Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 8 Nov 2023 22:32:18 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 2fd9cf53..e9905bd4 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -763,8 +763,8 @@ DOWNLIST(){ [ -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 + 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]}" fi