diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index cca32bfa..791b450d 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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: "