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 254f092ff..394bf4e70 100644 --- a/perl-install/install_steps_auto_install.pm +++ b/perl-install/install_steps_auto_install.pm @@ -23,7 +23,7 @@ sub ask_warn { log::l(ref $_[1] ? join " ", @{$_[1]} : $_[1]); } -sub errorInStep { +sub errorInStep { print "error :(\n"; print "switch to console f2 for a shell\n"; print "press to return to reboot\n"; |