mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/upnp: minor transformation as mwexecf_bg() will be removed
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user