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 a483df5 commit 3c0804aCopy full SHA for 3c0804a
files/justfiles/gidro-os.just
@@ -319,8 +319,7 @@ configure-bluetooth-headset-profile ACTION="prompt":
319
sudo rm "${WIREPLUMBER_DIR}/${WIREPLUMBER_FILE}"
320
systemctl --user restart wireplumber
321
echo 'Reverted setting "Bluetooth headset profile" to defaults.'
322
- fi
323
- if [ ! -f "${WIREPLUMBER_DIR}/${WIREPLUMBER_FILE}" ]; then
+ elif [ ! -f "${WIREPLUMBER_DIR}/${WIREPLUMBER_FILE}" ]; then
324
printf "\e[1;31mERROR: Bluetooth headset profile is already enabled, no change is made.\e[0m\n" 1>&2
325
fi
326
0 commit comments