Skip to content

Commit

Permalink
fix(bluetooth): make hostonly configuration files optional
Browse files Browse the repository at this point in the history
Do not fail if any of the expected configuration files don't exist.
  • Loading branch information
aafeijoo-suse authored and johannbg committed Feb 5, 2022
1 parent 34b1dd2 commit d03fb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/62bluetooth/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"}"
Expand Down

0 comments on commit d03fb67

Please sign in to comment.