This commit is contained in:
committer@tuxwarrior
2026-03-04 13:55:45 -05:00
parent eacab3695a
commit 0f40356ece

View File

@@ -11,8 +11,8 @@
# `/sys/devices/virtual/thermal/thermal_zone3/hwmon6/temp1_input` = `/sys/class/hwmon/hwmon6/temp1_input`
threshold_1=$1
threshold_2=$1
temp_file=$2
threshold_2=$2
temp_file=$3
threshold_1=${threshold_1:=59}
threshold_2=${threshold_2:=65}