busybox: fix createlog udev rule wildcard

This commit is contained in:
Lukas Rusak 2021-03-21 12:54:50 -07:00
parent 7932f3f3c7
commit e23d57194a
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -90,7 +90,7 @@ mkdir -p $BASEDIR/$LOGDIR
/storage/.config/modules-load.d/*.conf \ /storage/.config/modules-load.d/*.conf \
/storage/.config/sleep.d/*.power \ /storage/.config/sleep.d/*.power \
/storage/.config/sysctl.d/*.conf \ /storage/.config/sysctl.d/*.conf \
/storage/.config/udev.rules.d/.rules \ /storage/.config/udev.rules.d/*.rules \
; do ; do
if [ -f "$i" ] ; then if [ -f "$i" ] ; then
getlog_cmd cat $i getlog_cmd cat $i