From c5b5e55d2249aa329847694ee006b327fd6d1530 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 9 Jan 2024 18:36:31 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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