Update nodemgmt-scripts.sh
This commit is contained in:
@@ -438,8 +438,8 @@ STATUS(){
|
|||||||
echo "yes1"
|
echo "yes1"
|
||||||
if [ "${ST_ACTION}" != "report" ]; then
|
if [ "${ST_ACTION}" != "report" ]; then
|
||||||
echo "yes2"
|
echo "yes2"
|
||||||
|
|
||||||
c=0; cw=30; spc=''
|
c=0; cw=30; spc=''
|
||||||
|
echo "${cw}-${#REPL_DESC[${rcheck}]}"
|
||||||
spc1=${cw}-${#REPL_DESC[${rcheck}]}
|
spc1=${cw}-${#REPL_DESC[${rcheck}]}
|
||||||
until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
|
until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user