fix(bluetooth): make hostonly configuration files optional

Do not fail if any of the expected configuration files don't exist.
master
Antonio Alvarez Feijoo 2022-01-31 12:09:02 +01:00 committed by Jóhann B. Guðmundsson
parent 34b1dd2e26
commit d03fb675d8
1 changed files with 1 additions and 1 deletions

View File

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