Update nodemgmt-scripts.sh

This commit is contained in:
2023-01-01 18:36:08 -06:00
parent bb33550fe3
commit f1dd4fd101

View File

@@ -578,7 +578,7 @@ STATUS(){
fi
if [ "${ST_ACTION}" != "check" ]; then
c=0; cw=50; spc=''
c=0; cw=40; spc=''
spc1=${cw}-${#pname}
until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
echo -en " ${pname}$spc: "