mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
net/upnp: minor transformation as mwexecf_bg() will be removed
This commit is contained in:
parent
b92c2e631f
commit
20b507efeb
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ function miniupnpd_start()
|
|||
return;
|
||||
}
|
||||
|
||||
mwexecf_bg('/usr/local/sbin/miniupnpd -f %s -P %s', [ '/var/etc/miniupnpd.conf', '/var/run/miniupnpd.pid']);
|
||||
mwexecfb('/usr/local/sbin/miniupnpd -f %s -P %s', [ '/var/etc/miniupnpd.conf', '/var/run/miniupnpd.pid']);
|
||||
}
|
||||
|
||||
function miniupnpd_stop()
|
||||
|
|
|
|||
Loading…
Reference in a new issue