mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-18 00:20:53 +00:00
fix for multiple extra commands in init scripts using rc.common
SVN-Revision: 5488
This commit is contained in:
@@ -67,7 +67,7 @@ action="$2"
|
||||
|
||||
cmds=
|
||||
for cmd in $EXTRA_COMMANDS; do
|
||||
cmds="$cmd) $cmd;;"
|
||||
cmds="${cmds:+$cmds$N}$cmd) $cmd;;"
|
||||
done
|
||||
eval "case \"\$action\" in
|
||||
start) start;;
|
||||
|
||||
Reference in New Issue
Block a user