From a8bad424660ecd98890bd62f522c1c2f4eb35351 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 26 Apr 2023 16:24:43 -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 704e9cfe..d8bdd859 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=35; spc='' + c=0; cw=40; spc='' spc1=${cw}-${#pname} until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done echo -en " ${pname}$spc: "