Update nodemgmt-scripts.sh
This commit is contained in:
@@ -2077,7 +2077,8 @@ HAPROXY-CONFIG() {
|
|||||||
|
|
||||||
SINGLE_SERVER_SERVICE_CHECK(){
|
SINGLE_SERVER_SERVICE_CHECK(){
|
||||||
if [ "${1}" = "web" ]; then
|
if [ "${1}" = "web" ]; then
|
||||||
servicestocheck=gitea,pdnsadmin
|
# servicestocheck=gitea,pdnsadmin
|
||||||
|
servicestocheck=gitea
|
||||||
IFS=,; services_to_check=(${servicestocheck}); unset IFS
|
IFS=,; services_to_check=(${servicestocheck}); unset IFS
|
||||||
|
|
||||||
local_ips=$(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1);
|
local_ips=$(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1);
|
||||||
|
|||||||
Reference in New Issue
Block a user