From 6c45a82d893bf0e08fd1aae3e617c5f2216a2750 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 23 Jun 2023 22:49:36 -0500 Subject: [PATCH] update --- defaults.inc | 2 +- nodemgmt-scripts.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/defaults.inc b/defaults.inc index 1c12c48e..4d140e51 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='4.7.135-06212023' +VERS='4.7.140-06212023' # NODETYPES=WEB NODETYPES=LB,LPD,MM,MYSQL,NC,PW,WPD,WM,WEB diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 6181d95c..e3c0045e 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -740,7 +740,6 @@ SINGLE_SERVER_SERVICE_CHECK(){ sleep 5s fi if [ -f ${REPL_CHECKS["${1}-data"]}/mounted ]; then - echo mounted for stc in "${!servicestocheck}"; do if [ "$(systemctl is-active ${stc}.service)" != "active" ]; then SENDNOTICE "Node-Balancing Notice" "Starting ${stc} on ${NM_NODETYPES["WEB"]}-Node${local_ip: -1} (${local_ip}), stopping on the other Nodes" @@ -769,7 +768,6 @@ SINGLE_SERVER_SERVICE_CHECK(){ fi done done - else echo not mounted fi