mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
busybox: fix createlog udev rule wildcard
This commit is contained in:
parent
7932f3f3c7
commit
e23d57194a
@ -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