Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-07 16:57:46 -06:00
parent a957d61087
commit fd049c5140

View File

@@ -26,9 +26,10 @@ STATUS() {
else NHCMD=''
fi
if [ "${1}" = "report" ]; then
idsCL=''
idsBG=''
idsST=''
unset idsCL idsBG idsST
idsCL=('')
idsBG=('')
idsST=('')
fi
# for nip in "${NODE_HOSTS[@]}"; do
# if [ "${nip}" = '10.5.10.51' ] && [ ! -z ${LOCAL_SERVICES+x} ]; then isreplhost=true; else isreplhost=false; fi