Skip to content

Commit

Permalink
fix(bluetooth): make $dbussystem/bluetooth.conf optional
Browse files Browse the repository at this point in the history
Do not display an error message if $dbussystem/bluetooth.conf file don't exist.
  • Loading branch information
aafeijoo-suse authored and johannbg committed Mar 17, 2022
1 parent 85fdff1 commit a38d9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/62bluetooth/module-setup.sh
Expand Up @@ -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" \
Expand Down

0 comments on commit a38d9ec

Please sign in to comment.