installer: Only drop to a debug shell after a segmentation fault

This commit is contained in:
Michael Tremer
2014-11-14 00:02:41 +01:00
parent ade96ba8a5
commit a046e8a6ab

View File

@@ -22,10 +22,7 @@ echo "Loading Installer..."
ret=$?
case "${ret}" in
0)
# The installer has finished without a problem.
;;
*)
139)
echo "The installer has crashed. You will be dropped to a debugging shell"
/bin/bash --login
;;