diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-04-13 17:14:25 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-04-13 17:14:25 +0000 |
commit | 2a709512915ed65978ec6d28c25f2de87c246cc1 (patch) | |
tree | c93afd80d971d1b42a6a24d0788bcdcafb67fe78 /perl-install/install_steps_auto_install.pm | |
parent | 33876d96b93d796507af8dd46be3b9aba579d2b0 (diff) | |
download | drakx-2a709512915ed65978ec6d28c25f2de87c246cc1.tar drakx-2a709512915ed65978ec6d28c25f2de87c246cc1.tar.gz drakx-2a709512915ed65978ec6d28c25f2de87c246cc1.tar.bz2 drakx-2a709512915ed65978ec6d28c25f2de87c246cc1.tar.xz drakx-2a709512915ed65978ec6d28c25f2de87c246cc1.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_auto_install.pm')
-rw-r--r-- | perl-install/install_steps_auto_install.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/install_steps_auto_install.pm b/perl-install/install_steps_auto_install.pm index 8367af3b6..3f7d6fc0a 100644 --- a/perl-install/install_steps_auto_install.pm +++ b/perl-install/install_steps_auto_install.pm @@ -32,6 +32,9 @@ sub errorInStep { } sub exitInstall { + my ($o) = @_; + return if $o->{autoExitInstall}; + print "Auto installation complete\n"; print "Press <Enter> to reboot\n"; <STDIN>; |