From 2060668327f00399dda342bb51395120cb53afd6 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 15 Mar 2020 12:08:45 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 3056fc3e..9044b777 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -34,7 +34,6 @@ STATUS(){ if [ "${ST_ACTION}" = "report" ] || [ "${ST_ACTION}" = "repl" ] || [ "${ST_ACTION}" = "check" ] || [ "${ST_ACTION}" = "" ]; then if [ "${ST_ACTION}" != "check" ]; then echo -en "${idsCL[LightCyan]}Setting up status checks...${idsCL[Default]}" - echo fi #NHCMD="ssh root@${MYSQL_HOSTS[0]}" #LBHCMD="ssh root@${LB_HOSTS[0]}" @@ -367,7 +366,6 @@ STATUS(){ if [ "${ST_ACTION}" = "report" ] || [ "${ST_ACTION}" = "repl" ] || [ "${ST_ACTION}" = "check" ] || [ "${ST_ACTION}" = "" ]; then if [ "${ST_ACTION}" != "check" ]; then echo -en "${idsCL[LightCyan]}Cleaning up status checks...${idsCL[Default]}" - echo fi #NHCMD="ssh root@${MYSQL_HOSTS[0]}" #LBHCMD="ssh root@${LB_HOSTS[0]}"