mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-29 05:17:50 +00:00
Fix typo. Reported by Rutger Nijlunsing.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2520 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
parent
8c2cf94413
commit
08091f09b2
@ -4,7 +4,7 @@
|
||||
# Tests the pwm outputs of sensors and configures fancontrol
|
||||
#
|
||||
# Warning!!! This program will stop your fans, one at a time,
|
||||
# for approximately 3 seconds each!!!
|
||||
# for approximately 5 seconds each!!!
|
||||
# This may cause your processor temperature to rise!!!
|
||||
# Verify that all fans are running at normal speed after this
|
||||
# program has exited!!!
|
||||
@ -239,7 +239,7 @@ function pwmdetail()
|
||||
then
|
||||
echo "$pwm $S" >> $TMP2
|
||||
fi
|
||||
if [ "$S" = "0" -o "S" = "-1" ]
|
||||
if [ "$S" = "0" -o "$S" = "-1" ]
|
||||
then
|
||||
pwmdisable $P
|
||||
echo " Fan Stopped at PWM = $pwm"
|
||||
|
Loading…
x
Reference in New Issue
Block a user