From 68fa4dd91b3ef2f29507a976bc025219f3cb41db Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 26 Dec 2023 20:47:37 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 2 -- 1 file changed, 2 deletions(-) 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(){