Skip to content

Commit

Permalink
Update bluetooth control var
Browse files Browse the repository at this point in the history
Change-type: major
  • Loading branch information
AlexProgrammerDE authored Feb 12, 2020
1 parent 1647bdb commit a62c297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluetooth/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if [ -f "/var/cache/bluetooth/reconnect_device" ]; then
fi

# Start gpio bluetooth control service
if [[ ! -z "$BLUETOOTH_CONTROL" ]]; then
if [[ -z "$DISABLE_BLUETOOTH_CONTROL" ]]; then
bash /usr/src/bluetooth-control &
fi

Expand Down

0 comments on commit a62c297

Please sign in to comment.