2
0
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:
Mark D. Studebaker
2003-02-25 02:50:46 +00:00
parent cc74781b1e
commit 32b082e86b
2 changed files with 2 additions and 0 deletions

View File

@@ -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