Update nodemgmt-scripts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user