From ca37815d081169e2d2588297cd074b93576b7fd1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 14 Sep 2023 19:29:04 -0500 Subject: [PATCH] Update status.inc --- inc/status.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/status.inc b/inc/status.inc index 410b0e86..c79b9f87 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -333,7 +333,7 @@ STATUS(){ [ "${NTYPE}" == "WEB" ] && ([ "${docker}" == "vaultwarden" ] || [ "${docker}" == "heimdall" ] || [ "${docker}" == "authelia" ]) && [[ $($NCMD /sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) != *${NM_SINGLESRVR_IP['WEB']}* ]] && NOGOCHK=false || NOGOCHK=true [ "${NTYPE}" == "LPD" ] && [ "${docker}" == "uptime-kuma" ] && [[ $($NCMD /sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) != *10.2.1.2* ]] && NOGOCHK=false || NOGOCHK=true - echo "HERE: " + echo "HERE: ${nip} - ${NTYPE} - ${docker} - ${NOGOCHK}" if [ ${NOGOCHK} == true ]; then if [ "${ST_ACTION}" != "check" ]; then