Put the old sensor parsing back, but commented. It may help somebody.
This commit is contained in:
parent
92a9b70125
commit
6df8362ab0
@ -191,6 +191,8 @@ fi
|
|||||||
|
|
||||||
#Get the temperature
|
#Get the temperature
|
||||||
TEMP=`${SENSORPROG} | grep "$sensor" | cut -d+ -f2 | cut -c1-2 `
|
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
|
# Check if the thresholds have been set correctly
|
||||||
|
Loading…
x
Reference in New Issue
Block a user