From c2c5c1a5605de0f5619eaadbf898f224381d2c2f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 26 Apr 2023 15:25:22 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: "