From a51a719eaaa43c4f0a1d4c0c3c53a66c31e8dfc1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 11 Mar 2024 11:05:55 -0500 Subject: [PATCH] update --- defaults.inc | 2 +- inc/temp.inc.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/defaults.inc b/defaults.inc index e62440aa..5a8cdc32 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='2.6.60-03102024' +VERS='2.6.61-03112024' noheader=' update service dailytemp confsync -r -report ' diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 9583b390..eb5d31ba 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -500,6 +500,7 @@ CHECKTEMP_SERVICE(){ while true; do start=$(date +%s) + source ${PW_FOLDER}/defaults.inc # time="$(date +%H)$(date +%M)" # if [ ! -f ${PW_TMPFOLDER}/temp.* ] && [ $(date +%H)$(date +%M) -ge 0700 ] && [ $(date +%H)$(date +%M) -lt 0705 ]; then