aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSepero <sepero111@gmail.com>2015-10-25 09:43:11 -0400
committerSepero <sepero111@gmail.com>2015-10-25 09:43:11 -0400
commit4199e7ec107d50e5fcdbf1d4a012174d8913835b (patch)
tree8a09adf14b61ab09aacd66d8ef922befa0d2b89d
parent44662b3fb7b021ac18bda0e77f1146fe4e22b34a (diff)
Reset temperature on start
-rwxr-xr-xtemp_throttle.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/temp_throttle.sh b/temp_throttle.sh
index d90f368..8d4f7d1 100755
--- a/temp_throttle.sh
+++ b/temp_throttle.sh
@@ -139,6 +139,9 @@ get_temp () {
### END define script functions.
+echo "Initialize to max CPU frequency"
+unthrottle
+
# Main loop
while true; do