Skip to content
Snippets Groups Projects
Commit 1dc538c3 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

fix for multiple extra commands in init scripts using rc.common

SVN-Revision: 5488
parent 7ea7acad
No related branches found
No related tags found
No related merge requests found
......@@ -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;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment