From 24cf5b0e931f9be7d34b71a9362e45d882e369a2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 3 Jan 2024 11:37:41 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 0c9a2715..f24e591f 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -104,6 +104,7 @@ CHECKTEMP(){ fi fi done + unset avgdays end=`date +%s`; runtime=$((end-start)); echo -e "\nruntime: ${runtime}" [ "${PW_ACTION}" != "" ] && echo -e "${idsCL[Default]}" }