mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-01 06:45:24 +00:00
added 'sensors -s' to start() as suggested by a ticket
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1717 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -58,6 +58,7 @@ start() {
|
||||
/sbin/modprobe $module &>/dev/null
|
||||
i=`expr $i + 1`
|
||||
done
|
||||
$PSENSORS -s
|
||||
|
||||
RETVAL=$?
|
||||
if [ $RETVAL -eq 0 ] && touch /var/lock/subsys/sensors ; then
|
||||
|
Reference in New Issue
Block a user