From bb33550fe358f60f7be81722988f5858fd5a2112 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 1 Jan 2023 18:36:02 -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 cd5b4f05..cca32bfa 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -579,7 +579,7 @@ STATUS(){ if [ "${ST_ACTION}" != "check" ]; then c=0; cw=50; spc='' - spc1=${cw}-${#partition} + spc1=${cw}-${#pname} until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done echo -en " ${pname}$spc: " echo -e "${idsCL[${fs_status_color}]}${freespace} MB${idsCL[Default]}"