Update nodemgmt-scripts.sh

This commit is contained in:
2023-01-01 18:32:35 -06:00
parent 849016e488
commit 0d072b26db

View File

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