mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 18:44:44 +00:00
rc: proper sprintf
This commit is contained in:
parent
d2f61e75c1
commit
1cf41f3f4d
@ -262,7 +262,7 @@ function console_configure_ip_address($version)
|
||||
echo "\n";
|
||||
} elseif ($interface != 'wan' && $version === 6 && !empty($config['interfaces']['wan']['ipaddrv6']) &&
|
||||
$config['interfaces']['wan']['ipaddrv6'] == 'dhcp6') {
|
||||
if (console_prompt_for_yn(sprintf('Configure %s address %s interface via WAN tracking?'), 'y')) {
|
||||
if (console_prompt_for_yn(sprintf('Configure %s address %s interface via WAN tracking?', $label_IPvX, $upperifname), 'y')) {
|
||||
$intip = 'track6';
|
||||
$intbits = '64';
|
||||
$isintdhcp = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user