Skip to content

Commit eb95ac6

Browse files
committed
Possible bug fix for multi-fan setup
1 parent ca79cda commit eb95ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

temp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ set_stuff() {
244244
fi
245245
}
246246

247-
if [ "$num_gpus" -eq "1" ]; then
247+
if [ "$num_gpus" -eq "1" ] && [ "$num_fans" -eq "1" ]; then
248248
prf "Started process for 1 GPU and 1 Fan"
249249
fan="$default_fan"
250250
set_stuff "$fan"

0 commit comments

Comments
 (0)