From 4c482769b8084606e187169d4a5236a065a3e587 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 8 May 2026 21:28:09 +0200 Subject: [PATCH] Ensure quotes --- install/config/hardware/bluetooth.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/config/hardware/bluetooth.sh b/install/config/hardware/bluetooth.sh index 2157f07b..d0c0389f 100644 --- a/install/config/hardware/bluetooth.sh +++ b/install/config/hardware/bluetooth.sh @@ -2,5 +2,4 @@ chrootable_systemctl_enable bluetooth.service mkdir -p ~/.config/wireplumber/wireplumber.conf.d/ -cp $OMARCHY_PATH/default/wireplumber/wireplumber.conf.d/bluetooth-a2dp-autoconnect.conf \ - ~/.config/wireplumber/wireplumber.conf.d/ +cp "$OMARCHY_PATH/default/wireplumber/wireplumber.conf.d/bluetooth-a2dp-autoconnect.conf" ~/.config/wireplumber/wireplumber.conf.d/