diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 32827595..5f785efb 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -565,7 +565,7 @@ Previous Temp: ${last_temp}${GAUGESH}" SENDNOTICE "${PW_HOST_IDRACS[${SENSORa}]} FAN ISSUE?!" "Possible fan issue, currently running at ${FanSpeed}%" 1 fi fi - touch ${PW_TMPFOLDER}/.fancheck.${SENSORa} + echo ${FanSpeed} >| ${PW_TMPFOLDER}/.fancheck.${SENSORa} fi fi @@ -609,7 +609,7 @@ Previous Temp: ${last_temp}${GAUGESH}" SENDNOTICE "${PW_HOST_IDRACS[${SENSORa}]} SERVER WARM" "Fans not set at 80%" 1 fi fi - touch ${PW_TMPFOLDER}/.fancheck.${SENSORa} + echo ${FanSpeed} >| ${PW_TMPFOLDER}/.fancheck.${SENSORa} fi fi