initskripts: fix leds userskript start.

This commit is contained in:
Arne Fitzenreiter
2012-12-29 22:48:31 +01:00
parent 00ede2200e
commit 568854621c

View File

@@ -9,8 +9,8 @@
. /etc/sysconfig/rc
. ${rc_functions}
if [ -e $0.user ]; then
$0.user $*
if [ -e /etc/init.d/leds.user ]; then
/etc/init.d/leds.user $*
exit ${?}
fi