mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Unbreak the services.inc Ticket #1663
This commit is contained in:
parent
b7a15cf870
commit
71282744ed
@ -1142,7 +1142,7 @@ function services_dhcrelay6_configure() {
|
||||
return; /* XXX */
|
||||
}
|
||||
|
||||
$cmd = "/usr/local/sbin/dhcrelay -6 -pf "{$g['varetc_path]}/dhcrelay6.pid" -i " . implode(" -i ", $dhcrelayifs);
|
||||
$cmd = "/usr/local/sbin/dhcrelay -6 -pf \"{$g['varetc_path']}/dhcrelay6.pid\" -i " . implode(" -i ", $dhcrelayifs);
|
||||
|
||||
if (isset($dhcrelaycfg['agentoption']))
|
||||
$cmd .= " -a -m replace";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user