From ca1b6523ebd164b7d48b65843c5f29dc9dcdb594 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 19 Jul 2025 15:17:06 -0500 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index fdc36fd2..fa3fb805 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -684,8 +684,9 @@ CHECKTEMP(){ done fi rm -f ${PW_TMPFOLDER}/.local.fanspeed.* + echo "HERE: ${REPORT}" if [ ${REPORT} -eq 0 ] - end=`date +%s`; runtime=$((end-start)); echo -e "${idsCL[Default]}script runtime: ${runtime}s" + # end=`date +%s`; runtime=$((end-start)); echo -e "${idsCL[Default]}script runtime: ${runtime}s" [ "${PW_ACTION}" != "" ] && echo -e "${idsCL[Default]}" fi }