Put the old sensor parsing back, but commented. It may help somebody.

This commit is contained in:
Elyrith 2012-12-01 21:02:36 -05:00
parent 92a9b70125
commit 6df8362ab0

View File

@ -191,6 +191,8 @@ fi
#Get the temperature
TEMP=`${SENSORPROG} | grep "$sensor" | cut -d+ -f2 | cut -c1-2 `
#Old way - Get the temperature
#TEMP=`${SENSORPROG} | grep "$sensor" | awk '{print $3}' | cut -c2-3`
# Check if the thresholds have been set correctly