From 0d072b26db4ddb2cdc2259135dd478dadb27118a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 1 Jan 2023 18:32:35 -0600 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 31bea2ef..cd5b4f05 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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: "