Review aaa_setup

This commit is contained in:
Lukáš Růžička 2026-04-28 22:33:05 +02:00
commit 2425314cef

View file

@ -8,7 +8,7 @@ use utils;
sub run {
my $self = shift;
my $username = get_var("USER_LOGIN") // "test";
my $username = get_var("USER_LOGIN", "test");
# Switch to root console
$self->root_console(tty => 3);