1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-22 23:17:21 +00:00

Update conditions.

This commit is contained in:
Lukas Ruzicka 2018-06-29 12:00:39 +02:00
parent 67ff1c49b1
commit 4008bdb636

View File

@ -26,7 +26,7 @@ sub run {
assert_script_run $update_command, 600;
}
if (get_var("ASSUME_BOOT") == 1) {
if (get_var("ASSUME_BOOT",0) == 1) {
desktop_vt;
}