From 4a98d917890f1dcf161d349f0ca49cdeaf1fbb83 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 26 Apr 2023 12:58:25 -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 223b3918..60f1a82f 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -438,8 +438,8 @@ STATUS(){ echo "yes1" if [ "${ST_ACTION}" != "report" ]; then echo "yes2" - c=0; cw=30; spc='' + echo "${cw}-${#REPL_DESC[${rcheck}]}" spc1=${cw}-${#REPL_DESC[${rcheck}]} until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done else