mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-22 13:11:26 +00:00
Fix some minor syntax errors in previous commit
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
8897fe45a6
commit
6324db0b87
@ -12,7 +12,7 @@ sub run {
|
|||||||
# Such attempt to log in would always fail.
|
# Such attempt to log in would always fail.
|
||||||
if (get_var("LANGUAGE") ne "arabic" && get_var("USER_LOGIN") ne "false") {
|
if (get_var("LANGUAGE") ne "arabic" && get_var("USER_LOGIN") ne "false") {
|
||||||
console_login(user=>get_var("USER_LOGIN", "test"), password=>get_var("USER_PASSWORD", "weakpassword"));
|
console_login(user=>get_var("USER_LOGIN", "test"), password=>get_var("USER_PASSWORD", "weakpassword"));
|
||||||
};
|
}
|
||||||
if (get_var("ROOT_PASSWORD")) {
|
if (get_var("ROOT_PASSWORD")) {
|
||||||
console_login(user=>"root", password=>get_var("ROOT_PASSWORD"));
|
console_login(user=>"root", password=>get_var("ROOT_PASSWORD"));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user