mirror of https://github.com/hak5/openwrt.git
procd: fix command handling in procd_add_instance()
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38350lede-17.01
parent
430e641a08
commit
d1794a7536
|
@ -193,7 +193,7 @@ _procd_close_trigger() {
|
|||
|
||||
_procd_add_instance() {
|
||||
_procd_open_instance
|
||||
_procd_set_command "$@"
|
||||
_procd_set_param command "$@"
|
||||
_procd_close_instance
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue