Update status.inc

This commit is contained in:
2025-06-14 18:24:21 -05:00
parent 3876a6e9b9
commit ec0c1b84b4

View File

@@ -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