aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--temp_throttle.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/temp_throttle.sh b/temp_throttle.sh
index 4c055a4..397def1 100644
--- a/temp_throttle.sh
+++ b/temp_throttle.sh
@@ -2,7 +2,7 @@
# Usage: temp_throttle.sh max_temp
# USE CELSIUS TEMPERATURES.
-# version 2.00
+# version 2.01
cat << EOF
Author: Sepero 2013 (sepero 111 @ gmx . com)
@@ -107,6 +107,7 @@ get_temp () {
TEMP=$(cat /sys/class/thermal/thermal_zone0/temp)
#TEMP=$(cat /sys/class/hwmon/hwmon0/temp1_input)
+ #TEMP=$(cat /sys/class/hwmon/hwmon1/temp1_input)
#TEMP=$(cat /sys/class/hwmon/hwmon1/device/temp1_input)
}