mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 23:47:49 +00:00
Merge pull request #7786 from mglae/le12_createlog_no_journal
busybox: createlog: don't include journal files of persistent logging
This commit is contained in:
commit
d960a6d713
@ -137,7 +137,7 @@ mkdir -p $BASEDIR/$LOGDIR
|
||||
|
||||
# varlog.log
|
||||
LOGFILE="06_varlog.log"
|
||||
for i in $(find /var/log -type f); do
|
||||
for i in $(find /var/log -name journal -prune -o -type f -print); do
|
||||
getlog_cmd cat $i
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user