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