mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
system: be pedantic about output
This commit is contained in:
parent
ed2ded1c04
commit
15c1e7148a
@ -1715,7 +1715,7 @@ function system_login_configure($verbose = false)
|
||||
$new_boot_config['comconsole_speed'] = null;
|
||||
$new_boot_config['boot_multicons'] = null;
|
||||
$new_boot_config['boot_serial'] = null;
|
||||
$new_boot_config['kern.vty'] = 'vt';
|
||||
$new_boot_config['kern.vty'] = '"vt"';
|
||||
$new_boot_config['console'] = null;
|
||||
|
||||
$console_types = system_console_types();
|
||||
@ -1752,7 +1752,7 @@ function system_login_configure($verbose = false)
|
||||
}
|
||||
|
||||
if (empty($config['system']['usevirtualterminal'])) {
|
||||
$new_boot_config['kern.vty'] = 'sc';
|
||||
$new_boot_config['kern.vty'] = '"sc"';
|
||||
}
|
||||
|
||||
/* reload static values from rc.loader.d */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user