We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
configure-bluetooth-headset-profile
1 parent e82e9b6 commit 077773aCopy full SHA for 077773a
files/justfiles/gidro-os.just
@@ -318,7 +318,7 @@ configure-bluetooth-headset-profile ACTION="prompt":
318
fi
319
systemctl --user restart wireplumber
320
echo 'Reverted setting "Bluetooth headset profile" to defaults.'
321
- else
+ if [ ! -f "${WIREPLUMBER_DIR}/${WIREPLUMBER_FILE}" ]; then
322
printf "\e[1;31mERROR: Bluetooth headset profile is already enabled, no change is made.\e[0m\n" 1>&2
323
324
0 commit comments