]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(bluetooth): make $dbussystem/bluetooth.conf optional
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Wed, 16 Mar 2022 08:08:34 +0000 (09:08 +0100)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Thu, 17 Mar 2022 19:40:23 +0000 (19:40 +0000)
Do not display an error message if $dbussystem/bluetooth.conf file don't exist.

modules.d/62bluetooth/module-setup.sh

index bf1b79710daca963fceaec1cb7846f72d45d2857..b22b8cd5ef0d7414c8b42b6e483eb7f59b130fae 100755 (executable)
@@ -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" \