mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #5265 from lrusak/busybox-fix
busybox: fix createlog udev rule wildcard
This commit is contained in:
commit
32b3089c1b
@ -90,7 +90,7 @@ mkdir -p $BASEDIR/$LOGDIR
|
||||
/storage/.config/modules-load.d/*.conf \
|
||||
/storage/.config/sleep.d/*.power \
|
||||
/storage/.config/sysctl.d/*.conf \
|
||||
/storage/.config/udev.rules.d/.rules \
|
||||
/storage/.config/udev.rules.d/*.rules \
|
||||
; do
|
||||
if [ -f "$i" ] ; then
|
||||
getlog_cmd cat $i
|
||||
|
Loading…
x
Reference in New Issue
Block a user