From 538488192dd71d8c55923b1eca1ef6edfea58009 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 1 Dec 2024 15:14:04 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/status.inc b/inc/status.inc index b53e0e06..0005de40 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -694,8 +694,8 @@ STATUS_NODE(){ SDCHK=true if ssh -q -o ConnectTimeout=3 -o ConnectionAttempts=1 root@${nip} [ -f ${NM_TMPFOLDER}/.skip ]; then SDCHK=skip - elif ([ "${nip}" == "10.2.1.5" ] && [ "${docker}" == "tinytuya-server" ]); then - SDCHK=skip + # elif ([ "${nip}" == "10.2.1.5" ] && [ "${docker}" == "tinytuya-server" ]); then + # SDCHK=skip elif [[ ${tmp[@]} =~ ${docker} ]]; then if [[ $(${NCMD} ip addr show $(ip route | awk '/default/ { print $5 }') | grep "inet" | awk '/inet/ {print $2}' | cut -d'/' -f1) != *${NM_SINGLESRVR_IP[${NODETYPE}]}* ]]; then SDCHK=false