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