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]}" }