Update nodemgmt-scripts.sh
This commit is contained in:
@@ -755,7 +755,7 @@ DOWNLIST(){
|
|||||||
c=0; spc2=''
|
c=0; spc2=''
|
||||||
spc1=${cw2}-${#itemname}-${#host}-${spc1}
|
spc1=${cw2}-${#itemname}-${#host}-${spc1}
|
||||||
until [ $c = ${spc1} ]; do spc2="${spc2} "; c=`expr $c + 1`; done
|
until [ $c = ${spc1} ]; do spc2="${spc2} "; c=`expr $c + 1`; done
|
||||||
echo -e "${idsCL[LightRed]}${idsST[Bold]}${ignsel}${idsST[Reset]}${itemname}${spc}${host}${spc2}$(SHOW_TIME ${toterrtime})${idsCL[Default]}"
|
echo -e "${idsCL[LightRed]}${idsST[Bold]}${ignsel}${idsST[Reset]}${idsCL[LightRed]}${itemname}${spc}${host}${spc2}$(SHOW_TIME ${toterrtime})${idsCL[Default]}"
|
||||||
DIVIDER false darkGray 90
|
DIVIDER false darkGray 90
|
||||||
((is++))
|
((is++))
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user