diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index fa95ee91..e0d20e9f 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -33,7 +33,7 @@ FAN: ${PW_FANINPUT}" 1 fi } CHECKTEMP(){ - start=`date +%s` + # start=`date +%s` cw=25 cdt=$(date +%Y-%m-%d-%H-%M-%S) REPORT=0; DETAILS=0; exclude='' @@ -645,7 +645,7 @@ CHECKTEMP(){ done fi rm -f ${PW_TMPFOLDER}/.fanspeed.* - [ "${avgdays}" != "" ] && [ ${REPORT} -eq 0 ] && end=`date +%s`; runtime=$((end-start)); echo -e "${idsCL[Default]}runtime: ${runtime}s" + # [ "${avgdays}" != "" ] && [ ${REPORT} -eq 0 ] && end=`date +%s`; runtime=$((end-start)); echo -e "${idsCL[Default]}runtime: ${runtime}s" [ "${PW_ACTION}" != "" ] && echo -e "${idsCL[Default]}" }