mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
scripts/createlog: cosmetics. also include kodi.old.log
... and crashlog, in the future...
This commit is contained in:
parent
912e3794db
commit
7f2866c5da
@ -41,9 +41,9 @@ getlog_cmd() {
|
|||||||
rm -rf $BASEDIR/$LOGDIR
|
rm -rf $BASEDIR/$LOGDIR
|
||||||
mkdir -p $BASEDIR/$LOGDIR
|
mkdir -p $BASEDIR/$LOGDIR
|
||||||
|
|
||||||
# XBMC.log
|
# kodi.log
|
||||||
LOGFILE="01_XBMC.log"
|
LOGFILE="01_KODI.log"
|
||||||
for i in `find /storage/.kodi/temp/ -type f -name "*.log"`; do
|
for i in `find /storage/.kodi/temp/ -type f -name "*.log*"`; do
|
||||||
getlog_cmd cat $i
|
getlog_cmd cat $i
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user