This commit is contained in:
2025-06-19 19:21:59 -05:00
parent 3fa7ee8687
commit 5c93f8243b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
PW_VERS='2.10.20f-06192025'
PW_VERS='2.10.20-06192025'
noheader=' update service dailytemp confsync -r -report test '

View File

@@ -903,7 +903,7 @@ CHECKTEMP_SERVICE_RUNSENSOR(){
[ "${PW_DESC_TEMP[${SENSORa}]}" != "" ] && SENSOR_DESC=${PW_DESC_TEMP[${SENSORa}]} || SENSOR_DESC=${SENSORa}
logtemp=${PW_LOGFOLDER}/log-temp-${SENSORa}
touch ${PW_TMPFOLDER}/ztemprun.${SENSORa}.running
rm -f ${PW_TMPFOLDER}/.lastfancheck/*.set
rm -f ${PW_TMPFOLDER}/.lastfancheck/*
source ${PW_FOLDER}/defaults.inc
[ "${PW_ESXI_DEF_FANSPEED}" != "" ] && ESXI_DEF_FANSPEED=${PW_ESXI_DEF_FANSPEED} || ESXI_DEF_FANSPEED=${PW_ESXI_DEF_FANSPEED}