Update nodemgmt-scripts.sh
This commit is contained in:
@@ -26,9 +26,10 @@ STATUS() {
|
|||||||
else NHCMD=''
|
else NHCMD=''
|
||||||
fi
|
fi
|
||||||
if [ "${1}" = "report" ]; then
|
if [ "${1}" = "report" ]; then
|
||||||
idsCL=''
|
unset idsCL idsBG idsST
|
||||||
idsBG=''
|
idsCL=('')
|
||||||
idsST=''
|
idsBG=('')
|
||||||
|
idsST=('')
|
||||||
fi
|
fi
|
||||||
# for nip in "${NODE_HOSTS[@]}"; do
|
# for nip in "${NODE_HOSTS[@]}"; do
|
||||||
# if [ "${nip}" = '10.5.10.51' ] && [ ! -z ${LOCAL_SERVICES+x} ]; then isreplhost=true; else isreplhost=false; fi
|
# if [ "${nip}" = '10.5.10.51' ] && [ ! -z ${LOCAL_SERVICES+x} ]; then isreplhost=true; else isreplhost=false; fi
|
||||||
|
|||||||
Reference in New Issue
Block a user