From 12f4f0367e1d26d536913a82dd4d8fcb4cde3ac1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 26 Dec 2023 15:10:28 -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 de0c3e47..40bd4524 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -334,6 +334,7 @@ CHECKTEMP_SERVICE(){ temp_c=$(cat /sys/class/hwmon/hwmon2/fan1_input) temp_h='' echo "EX: ${temp_c}" + cat /sys/class/hwmon/hwmon2/fan1_input fi elif [ "${PW_SENSOR_TYPE[${SENSORa}]}" == "remotesystem" ]; then @@ -366,7 +367,6 @@ CHECKTEMP_SERVICE(){ fi [ "${last_temp[${SENSOR//-/}]}" == "" ] && last_temp[${SENSOR//-/}]=0 - echo "EX: ${temp_c}" logtemp=${PW_LOGFOLDER}/log-temp-${SENSOR} if [ "${temp_c}" != "null" ] && [ "${temp_c}" != "" ]; then