mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
installer: Only drop to a debug shell after a segmentation fault
This commit is contained in:
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user