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 b40c2c4 commit e82e9b6Copy full SHA for e82e9b6
files/justfiles/gidro-os.just
@@ -312,7 +312,7 @@ configure-bluetooth-headset-profile ACTION="prompt":
312
fi
313
elif [ "$OPTION" == "Enable (Default)" ] || [ "${OPTION,,}" == "enable" ]; then
314
if [ $(find "${WIREPLUMBER_DIR}" -type f | wc -l) -eq 1 ] && [ -f "${WIREPLUMBER_DIR}/${WIREPLUMBER_FILE}" ]; then
315
- sudo rm -r "${WIREPLUMBER_DIR}
+ sudo rm -r "${WIREPLUMBER_DIR}"
316
else
317
sudo rm "${WIREPLUMBER_DIR}/${WIREPLUMBER_FILE}"
318
0 commit comments