Browse Source

fix(bluetooth): make hostonly configuration files optional

Do not fail if any of the expected configuration files don't exist.
master
Antonio Alvarez Feijoo 2 years ago committed by Jóhann B. Guðmundsson
parent
commit
d03fb675d8
  1. 2
      modules.d/62bluetooth/module-setup.sh

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

@ -68,7 +68,7 @@ install() { @@ -68,7 +68,7 @@ install() {
if [[ $hostonly ]]; then
var_lib_files=("$dracutsysrootdir"/var/lib/bluetooth/**)

inst_multiple \
inst_multiple -o \
/etc/bluetooth/main.conf \
"$dbussystemconfdir"/bluetooth.conf \
"${var_lib_files[@]#"$dracutsysrootdir"}"

Loading…
Cancel
Save