Update nodemgmt-scripts.sh

This commit is contained in:
2023-04-01 22:43:43 -05:00
parent 83412f9550
commit 09e9597f12

View File

@@ -2077,7 +2077,8 @@ HAPROXY-CONFIG() {
SINGLE_SERVER_SERVICE_CHECK(){
if [ "${1}" = "web" ]; then
servicestocheck=gitea,pdnsadmin
# servicestocheck=gitea,pdnsadmin
servicestocheck=gitea
IFS=,; services_to_check=(${servicestocheck}); unset IFS
local_ips=$(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1);