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