From: Antonio Alvarez Feijoo Date: Wed, 16 Mar 2022 08:08:34 +0000 (+0100) Subject: fix(bluetooth): make $dbussystem/bluetooth.conf optional X-Git-Tag: 057~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a38d9ec0320f3819a3b70dc5bb59f6d2fc570149;p=thirdparty%2Fdracut.git fix(bluetooth): make $dbussystem/bluetooth.conf optional Do not display an error message if $dbussystem/bluetooth.conf file don't exist. --- diff --git a/modules.d/62bluetooth/module-setup.sh b/modules.d/62bluetooth/module-setup.sh index bf1b79710..b22b8cd5e 100755 --- a/modules.d/62bluetooth/module-setup.sh +++ b/modules.d/62bluetooth/module-setup.sh @@ -55,7 +55,7 @@ install() { shopt -q -s nullglob globstar local -a var_lib_files - inst_multiple \ + inst_multiple -o \ "$dbussystem"/bluetooth.conf \ "${systemdsystemunitdir}/bluetooth.target" \ "${systemdsystemunitdir}/bluetooth.service" \