mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-25 22:46:27 +00:00
D'oh, fix syntax error in previous commit
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
9869920f5b
commit
52b0fbaa32
@ -153,7 +153,7 @@ sub console_login {
|
|||||||
user => "root",
|
user => "root",
|
||||||
password => get_var("ROOT_PASSWORD", "weakpassword"),
|
password => get_var("ROOT_PASSWORD", "weakpassword"),
|
||||||
# default is 10 seconds, set below, 0 means 'default'
|
# default is 10 seconds, set below, 0 means 'default'
|
||||||
timeout => 0;
|
timeout => 0,
|
||||||
@_);
|
@_);
|
||||||
$args{timeout} ||= 10;
|
$args{timeout} ||= 10;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user