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
|
||||
done
|
||||
|
||||
if [ -e /storage/.cache/debug.openelec ] ; then
|
||||
DEBUG=yes
|
||||
fi
|
||||
|
||||
export DEBUG
|
||||
|
||||
# functions
|
||||
progress() {
|
||||
if test "$PROGRESS" = yes; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user