mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
init: always spawn debugshell on fatal errors
This commit is contained in:
parent
c68eb5ea87
commit
ee9b463d05
@ -129,11 +129,7 @@
|
||||
# Display fatal error message
|
||||
# $1:action which caused error, $2:message
|
||||
echo "*** Error in $BOOT_STEP: $1: $2 ***"
|
||||
if [ -z "$DEBUG" ]; then
|
||||
halt
|
||||
else
|
||||
debug_shell
|
||||
fi
|
||||
debug_shell
|
||||
}
|
||||
|
||||
break_after() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user