From 6d53f54ca9a972b9f27c0571a2520e9982c4635c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 9 Jan 2024 22:18:03 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 52f07042..e8771ce1 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -431,6 +431,7 @@ CHECKTEMP_SERVICE_RUNSENSOR(){ elif [[ "${SENSOR}" = *"FAN"* ]]; then temp_c=$(cat /sys/class/hwmon/hwmon2/fan1_input) temp_h='' + echo "HERE: ${temp_c}" fi elif [ "${PW_SENSOR_TYPE[${SENSORa}]}" == "remotesystem" ]; then