Update nodemgmt-scripts.sh

This commit is contained in:
2023-04-26 12:58:25 -05:00
parent 9afcc3eff0
commit 4a98d91789

View File

@@ -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