mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 18:14:42 +00:00
system: typo in previous
This commit is contained in:
parent
a7fbf99b62
commit
6b19b43646
@ -1619,7 +1619,7 @@ function system_login_configure()
|
||||
@file_put_contents('/boot.config', "-S{$serialspeed} -D\n");
|
||||
$new_boot_config['comconsole_speed'] = '"'.$serialspeed.'"';
|
||||
$new_boot_config['boot_serial'] = '"YES"';
|
||||
} elseif (count($console_selection) == 1 && $console_selection[0] == 'null') {
|
||||
} elseif (count($console_selection) == 1 && $console_selection[0] == 'nullconsole') {
|
||||
@file_put_contents('/boot.config', "-q -m\n");
|
||||
} else {
|
||||
@unlink('/boot.config');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user