From 6e1ed5b26a282819b2f6eb5489e6badfaf5b2268 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 7 Feb 2019 20:12:07 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index aa1c6e64..b3ebeea8 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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=''