- Small fix to initscript file.
This commit is contained in:
parent
d24a6b1b05
commit
e30dc345ec
@ -42,6 +42,9 @@ CONFIG=/etc/sysconfig/lm_sensors
|
|||||||
[ -r "$CONFIG" ] || exit 0
|
[ -r "$CONFIG" ] || exit 0
|
||||||
egrep '^MODULE_' $CONFIG &>/dev/null || exit 0
|
egrep '^MODULE_' $CONFIG &>/dev/null || exit 0
|
||||||
|
|
||||||
|
# Load config file
|
||||||
|
. "$CONFIG"
|
||||||
|
|
||||||
PSENSORS=/usr/bin/sensors
|
PSENSORS=/usr/bin/sensors
|
||||||
|
|
||||||
# Source function library.
|
# Source function library.
|
||||||
|
Loading…
Reference in New Issue
Block a user