Update temp.inc.sh

This commit is contained in:
2023-12-30 14:13:22 -06:00
parent 3f4a401494
commit 2fe6425311

View File

@@ -402,7 +402,8 @@ CHECKTEMP_SERVICE_RUNSENSOR(){
SENDNOTICE "${SENSOR} Data" "${SENSOR} is reporting data again"
echo "($(date +'%Y-%m-%d %H:%M:%S')) - ${SENSOR} - Sensor is reporting data again" >> ${logtemp}
rm -f ${PW_TMPFOLDER}/${SENSOR}-error.*
elif [ -f ${PW_TMPFOLDER}/${SENSOR}-error.* ]; then
fi
if [ test -a ${PW_TMPFOLDER}/${SENSOR}-error.* ]; then
rm -f ${PW_TMPFOLDER}/${SENSOR}-error.*
fi