diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 4bb76a56..6c71179c 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -435,6 +435,9 @@ CHECKTEMP_SERVICE_RUNSENSOR(){ pwmconfig & sleep 5s killall pwmconfig + sleep 2s + temp_c=$(cat /sys/class/hwmon/hwmon2/fan1_input) + SENDNOTICE "Starting up the ${SENSOR}" "${SENSOR} is now reading: ${temp_c}" fi fi