Skip to content

Commit

Permalink
0.5-65
Browse files Browse the repository at this point in the history
  • Loading branch information
dimafern committed Jul 22, 2018
1 parent db4624e commit 94453f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hive/sbin/autofan
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ unable_to_set_fan_speed=0
temperature_is_unreal=0
#unparsable data
error_in_temp_readings=0
#unparsable data
error_in_temp_readings=0


###
# Log write
Expand All @@ -55,6 +54,7 @@ function echo2 {
echo -e "$1"
}


#check $gpu_detect_json and do nothing while not exist
while true; do
if [ -f $gpu_detect_json ]; then
Expand Down

0 comments on commit 94453f7

Please sign in to comment.