[xbmc-rebrand] busybox: rename XBMC config dir in scripts

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-10-20 04:49:45 +02:00
parent a749e4bacb
commit 0900d83b9a

View File

@ -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