mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Trim extra ')'.
This commit is contained in:
parent
da86dd6f32
commit
2e5c7ee31b
@ -255,7 +255,7 @@ function interfaces_optional_configure_if($opti) {
|
||||
interfaces_opt_dhcp_configure($opti);
|
||||
} else {
|
||||
mwexec("/sbin/ifconfig " . escapeshellarg($optcfg['if']) . " " .
|
||||
escapeshellarg($optcfg['ipaddr'] . "/" . $optcfg['subnet']));
|
||||
escapeshellarg($optcfg['ipaddr'] . "/" . $optcfg['subnet']);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user