Update temp.inc.sh

This commit is contained in:
2024-01-30 20:39:41 -06:00
parent 473d26f400
commit 9e30f8e575

View File

@@ -417,9 +417,9 @@ CHECKTEMP_SERVICE(){
if [ "${tsensor}" != "*" ]; then if [ "${tsensor}" != "*" ]; then
rm -f ${sensor} rm -f ${sensor}
((s_count++)) ((s_count++))
if [ ! -f ${PW_TMPFOLDER}/${tsensor}.down ] && [ -f ${PW_TMPFOLDER}/.lastfancheck/${tsensor} ]; then # if [ ! -f ${PW_TMPFOLDER}/${tsensor}.down ] && [ -f ${PW_TMPFOLDER}/.lastfancheck/${tsensor} ]; then
rm -f ${PW_TMPFOLDER}/.lastfancheck/${tsensor}* # rm -f ${PW_TMPFOLDER}/.lastfancheck/${tsensor}*
fi # fi
fi fi
done done