Update status.inc

This commit is contained in:
2025-07-06 13:56:33 -05:00
parent 304ccb2740
commit dbc5a2b608

View File

@@ -936,9 +936,7 @@ STATUS_NODE(){
touch ${NM_TMPFOLDER}/${nip}.sent
fi
#if [ ! -f ${NM_TMPFOLDER}/${nip}.disable ] && ([[ "${nip}" != *"10.2."* ]] || ([[ "${nip}" = *"10.2."* ]] && [ ! -f ${PW_TMPFOLDER}/OFF-vMS-Host1.down ])); then
if [ ! -f ${NM_TMPFOLDER}/${nip}.disable ]; then
touch ${NM_TMPFOLDER}/${nip}.down
fi
[ ! -f ${NM_TMPFOLDER}/${nip}.disable ] && touch ${NM_TMPFOLDER}/${nip}.down
fi
fi