mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
[xbmc-rebrand] busybox: rename XBMC config dir in scripts
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a749e4bacb
commit
0900d83b9a
@ -43,7 +43,7 @@ mkdir -p $BASEDIR/$LOGDIR
|
||||
|
||||
# XBMC.log
|
||||
LOGFILE="01_XBMC.log"
|
||||
for i in `find /storage/.xbmc/temp/ -type f -name "*.log"`; do
|
||||
for i in `find /storage/.kodi/temp/ -type f -name "*.log"`; do
|
||||
getlog_cmd cat $i
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user