mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
busybox: export $DEBUG
This commit is contained in:
parent
c68d8ebaff
commit
3191d8e028
@ -42,6 +42,12 @@
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
if [ -e /storage/.cache/debug.openelec ] ; then
|
||||||
|
DEBUG=yes
|
||||||
|
fi
|
||||||
|
|
||||||
|
export DEBUG
|
||||||
|
|
||||||
# functions
|
# functions
|
||||||
progress() {
|
progress() {
|
||||||
if test "$PROGRESS" = yes; then
|
if test "$PROGRESS" = yes; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user