From fcc9d761baa86581cae26f4d6153a1fccd1ebf54 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 24 Jul 2022 17:26:25 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 8c1b1af3..809fcfcd 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1865,7 +1865,7 @@ DOWNLIST(){ #echo "HERE: $downitem ~ $ditem ~ $host ~ $item ~ $spc1" until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done c=0; spc2='' - spc1=${cw2}-${spc1} + spc1=${cw2}-${#item}-${#host} until [ $c = ${spc1} ]; do spc2="${spc2} "; c=`expr $c + 1`; done echo -e "${idsST[Bold]}${idsCL[Red]}${item}${spc}${host}${spc2}$(SHOW_TIME ${toterrtime})${idsST[Reset]}${idsCL[Default]}" DIVIDER false darkGray