This commit is contained in:
2023-06-23 22:49:36 -05:00
parent cc74672c12
commit 6c45a82d89
2 changed files with 1 additions and 3 deletions

View File

@@ -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

View File

@@ -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