Skip to content

Commit a483df5

Browse files
committed
just: Some update in configure-bluetooth-headset-profile
1 parent b1edc92 commit a483df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/justfiles/gidro-os.just

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ configure-bluetooth-headset-profile ACTION="prompt":
315315
sudo rm -r "${WIREPLUMBER_DIR}"
316316
systemctl --user restart wireplumber
317317
echo 'Reverted setting "Bluetooth headset profile" to defaults.'
318-
else
318+
elif [ -f "${WIREPLUMBER_DIR}/${WIREPLUMBER_FILE}" ]; then
319319
sudo rm "${WIREPLUMBER_DIR}/${WIREPLUMBER_FILE}"
320320
systemctl --user restart wireplumber
321321
echo 'Reverted setting "Bluetooth headset profile" to defaults.'

0 commit comments

Comments
 (0)