diff options
Diffstat (limited to 'perl-install/install_steps_auto_install.pm')
-rw-r--r-- | perl-install/install_steps_auto_install.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/install_steps_auto_install.pm b/perl-install/install_steps_auto_install.pm index 4b2d9adcd..b6a17f2f9 100644 --- a/perl-install/install_steps_auto_install.pm +++ b/perl-install/install_steps_auto_install.pm @@ -31,4 +31,10 @@ sub errorInStep { c::_exit(0); } +sub exitInstall { + print "Auto installation complete\n"; + print "Press <enter> to reboot\n"; + <STDIN>; +} + 1; |