Changeset 2520
- Timestamp:
- 05/09/04 19:27:55 (9 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/prog/pwm/pwmconfig (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/prog/pwm/pwmconfig
r2514 r2520 5 5 # 6 6 # Warning!!! This program will stop your fans, one at a time, 7 # for approximately 3seconds each!!!7 # for approximately 5 seconds each!!! 8 8 # This may cause your processor temperature to rise!!! 9 9 # Verify that all fans are running at normal speed after this … … 240 240 echo "$pwm $S" >> $TMP2 241 241 fi 242 if [ "$S" = "0" -o " S" = "-1" ]242 if [ "$S" = "0" -o "$S" = "-1" ] 243 243 then 244 244 pwmdisable $P
