Skip to content

Commit

Permalink
Possible bug fix for multi-fan setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nan0s7 committed Jun 11, 2019
1 parent ca79cda commit eb95ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion temp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ set_stuff() {
fi
}

if [ "$num_gpus" -eq "1" ]; then
if [ "$num_gpus" -eq "1" ] && [ "$num_fans" -eq "1" ]; then
prf "Started process for 1 GPU and 1 Fan"
fan="$default_fan"
set_stuff "$fan"
Expand Down

0 comments on commit eb95ac6

Please sign in to comment.