This commit is contained in:
2024-03-11 11:05:55 -05:00
parent f0480665a2
commit a51a719eaa
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
VERS='2.6.60-03102024' VERS='2.6.61-03112024'
noheader=' update service dailytemp confsync -r -report ' noheader=' update service dailytemp confsync -r -report '
+1
View File
@@ -500,6 +500,7 @@ CHECKTEMP_SERVICE(){
while true; do while true; do
start=$(date +%s) start=$(date +%s)
source ${PW_FOLDER}/defaults.inc
# time="$(date +%H)$(date +%M)" # time="$(date +%H)$(date +%M)"
# if [ ! -f ${PW_TMPFOLDER}/temp.* ] && [ $(date +%H)$(date +%M) -ge 0700 ] && [ $(date +%H)$(date +%M) -lt 0705 ]; then # if [ ! -f ${PW_TMPFOLDER}/temp.* ] && [ $(date +%H)$(date +%M) -ge 0700 ] && [ $(date +%H)$(date +%M) -lt 0705 ]; then