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 394bf4e70..4b2d9adcd 100644 --- a/perl-install/install_steps_auto_install.pm +++ b/perl-install/install_steps_auto_install.pm @@ -28,7 +28,7 @@ sub errorInStep { print "switch to console f2 for a shell\n"; print "press to return to reboot\n"; <STDIN>; - exec "true"; + c::_exit(0); } 1; |