summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_auto_install.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_steps_auto_install.pm')
-rw-r--r--perl-install/install_steps_auto_install.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps_auto_install.pm b/perl-install/install_steps_auto_install.pm
index a48154aea..6792708ca 100644
--- a/perl-install/install_steps_auto_install.pm
+++ b/perl-install/install_steps_auto_install.pm
@@ -35,6 +35,7 @@ sub exitInstall {
my ($o) = @_;
return if $o->{autoExitInstall};
+ print "\a";
print "Auto installation complete\n";
print "Press <Enter> to reboot\n";
<STDIN>;