diff options
Diffstat (limited to 'perl-install/install_steps_auto_install.pm')
-rw-r--r-- | perl-install/install_steps_auto_install.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_auto_install.pm b/perl-install/install_steps_auto_install.pm index 3fc5fcd09..400e2f776 100644 --- a/perl-install/install_steps_auto_install.pm +++ b/perl-install/install_steps_auto_install.pm @@ -66,7 +66,7 @@ sub exitInstall { } else { install_steps::exitInstall; print "\a"; - print "Auto installation complete\n"; + print "Auto installation complete (the postInstall is done yet though)\n"; print "Press <Enter> to reboot\n"; <STDIN>; } |