nan0s7 / nfancurve

A small and lightweight POSIX script for using a custom fan curve in Linux for those with an Nvidia GPU.
GNU General Public License v3.0
314 stars 57 forks source link

temp.sh: Initialize iterator correctly so fans step down #28

Closed mooninite closed 4 years ago

mooninite commented 4 years ago

The iterator was being set to '1' elsewhere in the script and the current speed was not saved correctly so when temps lowered the fan speed was not decreased.

nan0s7 commented 4 years ago

Wow my bad, thanks for that!