fix
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user