From d03fb675d8e904c6c44de9b91814b33c45043f4f Mon Sep 17 00:00:00 2001 From: Antonio Alvarez Feijoo Date: Mon, 31 Jan 2022 12:09:02 +0100 Subject: [PATCH] fix(bluetooth): make hostonly configuration files optional Do not fail if any of the expected configuration files don't exist. --- modules.d/62bluetooth/module-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/62bluetooth/module-setup.sh b/modules.d/62bluetooth/module-setup.sh index d75ea33abd..bf1b79710d 100755 --- a/modules.d/62bluetooth/module-setup.sh +++ b/modules.d/62bluetooth/module-setup.sh @@ -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"}"