From 09c22d44cc535224b990a5309131f4e2149f6ef6 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 25 Apr 2023 17:54:09 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index dc5baf6f..17bb4630 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -753,6 +753,7 @@ NEWCERT(){ if [[ ${NGINXRELOAD} =~ ^[Nn]$ ]]; then tmp='' else + echo echo -en "${idsCL[LightYellow]}Waiting for Cert replication across the nodes... ${idsCL[Default]}" for nip in "${LB_HOSTS[@]}"; do checkhost=$(CHECK_HOST ${nip}) @@ -2060,7 +2061,7 @@ SERVICE(){ fi checkhost=$(CHECK_HOST ${nip}) if [ "${checkhost}" != "false" ]; then - $NCMD systemctl $2 $1 + $NCMD systemctl $2 $1 >/dev/null 2>&1 if [ "${3}" != "q" ]; then if [[ "enable,disable" = *"${2}"* ]] || [ "${1}" = "daemon-reload" ]; then echo -e "${idsCL[Green]}OK${idsCL[Default]}"