diff options
Diffstat (limited to 'perl-install/standalone/drakboot')
-rwxr-xr-x | perl-install/standalone/drakboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 5c57fcae7..a2b81a559 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -329,6 +329,6 @@ Be sure your video card supports the mode you choose."), } }; die if $@ && $@ !~ /^wizcancel/; - $::WizardWindow->destroy; + $::WizardWindow->destroy unless $::isEmbedded; $vga; } |