From 1f742624845655b8009d73f8226a53785531c5f3 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 1 Jan 2023 17:59:42 -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 548a79a0..dc21e612 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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: "