From 16a27daa4a97be9cf05a5729a506fd052f0a6d7d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 27 Jan 2024 15:57:35 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 1c50bd08..41b9eba3 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -545,7 +545,7 @@ CHECKTEMP_SERVICE_RUNSENSOR(){ if [[ "${vSENSOR}" = *"Exhaust"* ]]; then if (( $(bc <<< "${temp_f} >= 100") )); then - + temp=temp fi fi