From 4e2f92ca0e9f92b6dfced3a1fa31dbb1bc6cfbe0 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 7 Feb 2019 11:57:52 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 22b97db2..15d60413 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -18,6 +18,8 @@ source /opt/idssys/nodemgmt/defaults.inc # ========================================================= # STATUS() { + echo -e "${idsCL[LightCyan]}Setting up status checks...${idsCL[Default]}" + echo declare -i cw; declare -i spc1; declare -i c if [ ! -z ${LOCAL_SERVICES+x} ]; then NCMD='ssh root@10.5.10.51'