diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index b9c3838b..cc6811bd 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -327,7 +327,6 @@ CHECKTEMP_SERVICE(){ ${PW_TMPFOLDER}/zservicerun.${SENSORa}.done } CHECKTEMP_SERVICE_RUNSENSOR(){ - start_sub=`date +%s` SENSORa=${1} logtemp=${PW_LOGFOLDER}/log-temp-${SENSORa} [ ! -f ${logtemp} ] && touch ${logtemp} @@ -643,7 +642,6 @@ CHECKTEMP_SERVICE_RUNSENSOR(){ fi fi touch ${PW_TMPFOLDER}/zservicerun.${SENSORa}.done - end_sub=`date +%s`; runtime_sub=$((end_sub-start_sub)); echo "${SENSORa} - runtime: ${runtime_sub}s" } DAILYTEMP(){