Update status.inc

This commit is contained in:
2025-07-06 12:13:04 -05:00
parent bdcf3f62e2
commit 70994b3574

View File

@@ -884,9 +884,9 @@ STATUS_NODE(){
fi
if [[ "${NM_IGNOREHOSTS_IFDOWN}" = *"${nip}"* ]]; then
if [ ! -f ${STATUSRUN_TMPFOLDER}/.${nip}.disable ]; then
if [ ! -f ${NM_TMPFOLDER}/.${nip}.disable ]; then
rm -f ${NM_TMPFOLDER}/${nip}~*
touch ${STATUSRUN_TMPFOLDER}/.${nip}.disable
touch ${NM_TMPFOLDER}/.${nip}.disable
fi
else
[ ! -f ${STATUSRUN_TMPFOLDER}/.${nip}.down ] && touch ${STATUSRUN_TMPFOLDER}/.${nip}.down