Skip to content

Commit

Permalink
Update fula.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Feb 13, 2024
1 parent 7c0c5b2 commit 736da92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/fxsupport/linux/fula.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function check_internet() {

function modify_bluetooth() {
# Backup the original file
if [! -f ${SYSTEMD_PATH}/dbus-org.bluez.service.bak ]; then
if [ ! -f ${SYSTEMD_PATH}/dbus-org.bluez.service.bak ]; then
cp ${SYSTEMD_PATH}/dbus-org.bluez.service ${SYSTEMD_PATH}/dbus-org.bluez.service.bak
fi

Expand Down

0 comments on commit 736da92

Please sign in to comment.