From: Antonio Alvarez Feijoo Date: Mon, 31 Jan 2022 11:09:02 +0000 (+0100) Subject: fix(bluetooth): make hostonly configuration files optional X-Git-Tag: 056~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d03fb675d8e904c6c44de9b91814b33c45043f4f;p=thirdparty%2Fdracut.git fix(bluetooth): make hostonly configuration files optional Do not fail if any of the expected configuration files don't exist. --- diff --git a/modules.d/62bluetooth/module-setup.sh b/modules.d/62bluetooth/module-setup.sh index d75ea33ab..bf1b79710 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"}"