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

procd: fix command handling in procd_add_instance()


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 38350
parent 430e641a
No related branches found
No related tags found
No related merge requests found
...@@ -193,7 +193,7 @@ _procd_close_trigger() { ...@@ -193,7 +193,7 @@ _procd_close_trigger() {
_procd_add_instance() { _procd_add_instance() {
_procd_open_instance _procd_open_instance
_procd_set_command "$@" _procd_set_param command "$@"
_procd_close_instance _procd_close_instance
} }
......
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