mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-25 18:32:57 +02:00
initskripts: fix leds userskript start.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user