From 6b19b4364677d27918023c792b8b341b606a6f06 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sat, 26 Nov 2016 13:33:25 +0100 Subject: [PATCH] system: typo in previous --- src/etc/inc/system.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc index de338108b..2e6904e52 100644 --- a/src/etc/inc/system.inc +++ b/src/etc/inc/system.inc @@ -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');