mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Do not allow muting of serial + full install
This commit is contained in:
parent
1286004b06
commit
461fcf0775
@ -1820,6 +1820,8 @@ function mute_kernel_msgs() {
|
||||
// and will start dishing you cannot control tty errors.
|
||||
if(trim(file_get_contents("/etc/platform")) == "nanobsd")
|
||||
return;
|
||||
if($config['system']['enableserial'])
|
||||
return;
|
||||
exec("/sbin/conscontrol mute on");
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user