diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 84c22f22..d48d2714 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -311,6 +311,7 @@ CHECKTEMP_SERVICE(){ } CHECKTEMP_SERVICE_RUNSENSOR(){ SENSORa=${1} + echo ${1} logtemp=${PW_LOGFOLDER}/log-temp-${SENSORa} [ ! -f ${logtemp} ] && touch ${logtemp} [ $(expr `date +%s` - $(stat -c %Y ${logtemp})) -ge $(echo "scale=0; ${PW_LOG_INTERVAL_NORMAL}*60" | bc) ] && relog=1 || relog=0