mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +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
|
# Display fatal error message
|
||||||
# $1:action which caused error, $2:message
|
# $1:action which caused error, $2:message
|
||||||
echo "*** Error in $BOOT_STEP: $1: $2 ***"
|
echo "*** Error in $BOOT_STEP: $1: $2 ***"
|
||||||
if [ -z "$DEBUG" ]; then
|
|
||||||
halt
|
|
||||||
else
|
|
||||||
debug_shell
|
debug_shell
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
break_after() {
|
break_after() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user