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