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 b1edc92 commit a483df5Copy full SHA for a483df5
files/justfiles/gidro-os.just
@@ -315,7 +315,7 @@ configure-bluetooth-headset-profile ACTION="prompt":
315
sudo rm -r "${WIREPLUMBER_DIR}"
316
systemctl --user restart wireplumber
317
echo 'Reverted setting "Bluetooth headset profile" to defaults.'
318
- else
+ elif [ -f "${WIREPLUMBER_DIR}/${WIREPLUMBER_FILE}" ]; then
319
sudo rm "${WIREPLUMBER_DIR}/${WIREPLUMBER_FILE}"
320
321
0 commit comments