Commit 15c1e714 authored by Franco Fichtner's avatar Franco Fichtner

system: be pedantic about output

parent ed2ded1c
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment