diff options
Diffstat (limited to 'bluetooth-devices.sh')
| -rwxr-xr-x | bluetooth-devices.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bluetooth-devices.sh b/bluetooth-devices.sh index 91c3ae9..c93bf84 100755 --- a/bluetooth-devices.sh +++ b/bluetooth-devices.sh @@ -3,7 +3,7 @@ # will be connected / disconnected # -connect_bluetooth(){ +connect_bluetooth() { local MAC=$1 local DEVICE=$2 if bluetoothctl connect $MAC | grep -q 'successful' |