mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user