Update nodemgmt-scripts.sh

This commit is contained in:
2023-01-01 17:59:42 -06:00
parent 317a4a7be2
commit 1f74262484

View File

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