mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
xbmc: enable debug if DEBUG=yes set
This commit is contained in:
parent
4461976381
commit
5b08f132ca
@ -62,6 +62,10 @@ LIRCDEV="/var/run/lirc/lircd"
|
|||||||
[ -e /var/run/lirc/lircd.irtrans ] && LIRCDEV="/var/run/lirc/lircd.irtrans"
|
[ -e /var/run/lirc/lircd.irtrans ] && LIRCDEV="/var/run/lirc/lircd.irtrans"
|
||||||
XBMC_ARGS="--standalone -fs --lircdev $LIRCDEV"
|
XBMC_ARGS="--standalone -fs --lircdev $LIRCDEV"
|
||||||
|
|
||||||
|
if [ "$DEBUG" = yes ]; then
|
||||||
|
XBMC_ARGS="$XBMC_ARGS --debug"
|
||||||
|
fi
|
||||||
|
|
||||||
progress "starting XBMC"
|
progress "starting XBMC"
|
||||||
|
|
||||||
# hack for Boxee Remote
|
# hack for Boxee Remote
|
||||||
|
Loading…
x
Reference in New Issue
Block a user