scripts/createlog: cosmetics. also include kodi.old.log

... and crashlog, in the future...
This commit is contained in:
Stefan Saraev 2014-12-12 23:40:04 +02:00 committed by Stephan Raue
parent 912e3794db
commit 7f2866c5da

View File

@ -41,9 +41,9 @@ getlog_cmd() {
rm -rf $BASEDIR/$LOGDIR
mkdir -p $BASEDIR/$LOGDIR
# XBMC.log
LOGFILE="01_XBMC.log"
for i in `find /storage/.kodi/temp/ -type f -name "*.log"`; do
# kodi.log
LOGFILE="01_KODI.log"
for i in `find /storage/.kodi/temp/ -type f -name "*.log*"`; do
getlog_cmd cat $i
done