diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 8dd1c21f..1b125e9e 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -573,7 +573,7 @@ STATUS(){ if [ "${partition}" != "udev" ] && [ "${partition}" != "/dev/sda1" ]; then pname=`echo "${partition}" | awk -F'/' ' { print $NF } '` >/dev/null 2>&1 if [ "${ST_ACTION}" != "check" ]; then - c=0; cw=25; spc='' + c=0; cw=30; spc='' spc1=${cw}-${#pname} until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done echo -en " ${pname}$spc: "