From 47282163fcc2ff5b5b87de9fdf2f36d2f150c263 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 3 Jan 2024 11:39:46 -0600 Subject: [PATCH] update --- defaults.inc | 2 +- inc/temp.inc.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/defaults.inc b/defaults.inc index 5db44afd..403916af 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,5 +1,5 @@ -VERS='2.5.102-01022024' +VERS='2.5.103-01022024' noheader=' update service dailytemp confsync -r -report ' diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index f24e591f..0c9a2715 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -104,7 +104,6 @@ CHECKTEMP(){ fi fi done - unset avgdays end=`date +%s`; runtime=$((end-start)); echo -e "\nruntime: ${runtime}" [ "${PW_ACTION}" != "" ] && echo -e "${idsCL[Default]}" }