diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 9044b777..3c752c3e 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -33,7 +33,7 @@ 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 -en "${idsCL[LightCyan]}Setting up status checks... ${idsCL[Default]}" fi #NHCMD="ssh root@${MYSQL_HOSTS[0]}" #LBHCMD="ssh root@${LB_HOSTS[0]}" @@ -365,7 +365,7 @@ 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 -en "${idsCL[LightCyan]}Cleaning up status checks... ${idsCL[Default]}" fi #NHCMD="ssh root@${MYSQL_HOSTS[0]}" #LBHCMD="ssh root@${LB_HOSTS[0]}"