Merge pull request #5265 from lrusak/busybox-fix

busybox: fix createlog udev rule wildcard
This commit is contained in:
Matthias Reichl 2021-03-21 21:03:55 +01:00 committed by GitHub
commit 32b3089c1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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