mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 10:04:41 +00:00
inc: mixed up script and pid file in rtsold invoke
This commit is contained in:
parent
0b9139a040
commit
5c2589ce55
@ -3643,8 +3643,8 @@ function interface_dhcpv6_configure($interface = "wan", $wancfg) {
|
||||
mwexecf(
|
||||
'/usr/sbin/rtsold -p %s -O %s -R %s %s',
|
||||
array(
|
||||
"{$g['varetc_path']}/rtsold_{$wanif}_script.sh",
|
||||
"{$g['varrun_path']}/rtsold_{$wanif}.pid",
|
||||
"{$g['varetc_path']}/rtsold_{$wanif}_script.sh",
|
||||
'/usr/bin/true', /* XXX missing proper script to refresh resolv.conf */
|
||||
$wanif
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user