Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-07 20:12:07 -06:00
parent 2fa7aaea22
commit 6e1ed5b26a

View File

@@ -24,10 +24,10 @@ STATUS() {
idsBG=('')
idsST=('')
fi
echo -e "${idsCL[LightCyan]}Setting up status checks...${idsCL[Default]}"
echo
declare -i cw; declare -i spc1; declare -i c
if [ "${1}" = "" ] || [ "${1}" = "report" ] || [ "${1}" = "repl" ]; then
echo -e "${idsCL[LightCyan]}Setting up status checks...${idsCL[Default]}"
echo
if [ ! -z ${LOCAL_SERVICES+x} ];
then NHCMD='ssh root@10.5.10.51'
else NHCMD=''