mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 10:04:41 +00:00
typo
This commit is contained in:
parent
978695e191
commit
4de4dd3479
@ -3606,7 +3606,7 @@ function interface_dhcpv6_configure($interface = "wan", $wancfg) {
|
||||
|
||||
$dhcp6cscript = "#!/bin/sh\n";
|
||||
$dhcp6cscript .= "# This shell script launches /usr/local/etc/rc.newwanipv6 with a interface argument.\n";
|
||||
$dhcp6cscript .= "/etc/rc.newwanipv6 {$wanif} \n";
|
||||
$dhcp6cscript .= "/usr/local/etc/rc.newwanipv6 {$wanif} \n";
|
||||
/* Add wide-dhcp6c shell script here. Because we can not pass a argument to it. */
|
||||
if (!@file_put_contents("{$g['varetc_path']}/dhcp6c_{$interface}_script.sh", $dhcp6cscript)) {
|
||||
printf("Error: cannot open dhcp6c_{$interface}_script.sh in interface_dhcpv6_configure() for writing.\n");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user