From ec0c1b84b42db58e70be08efe169406a832c81bd Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 14 Jun 2025 18:24:21 -0500 Subject: [PATCH] Update status.inc --- inc/status.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/status.inc b/inc/status.inc index d645a7f2..d4d351e3 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -777,6 +777,7 @@ 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 [ ! -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