From 18dee37957710674244f45c4abc639987cd38b1e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 14 Jun 2025 18:25:21 -0500 Subject: [PATCH] Update status.inc --- inc/status.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inc/status.inc b/inc/status.inc index d4d351e3..a3b3eb9f 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -777,9 +777,8 @@ STATUS_NODE(){ elif [ "$(${NCMD} docker inspect -f {{.State.Running}} ${docker})" == "true" ]; then docker_go=1 fi - echo "HERE: ${docker_go}" - if [ ${docker_go} -eq 1 ]; then + if [ ${docker_go} -eq 0 ]; then #if [ ! -f ${NM_TMPFOLDER}/${nip}~${docker}.disable ] && ([ "${nip}" = "10.2.1.5" ] || [[ "${nip}" != *"10.2."* ]] || ([[ "${nip}" = *"10.2."* ]] && [ ! -f ${PW_TMPFOLDER}/OFF-vMS-Host1.down ])); then if [ ! -f ${NM_TMPFOLDER}/${nip}~${docker}.disable ]; then