diff --git a/blue b/blue index 50fd20d..ade88ff 100755 --- a/blue +++ b/blue @@ -1,6 +1,6 @@ #!/bin/sh -PAIRED=$(bluetoothctl paired-devices | awk '{ print $2 }') +PAIRED=$(bluetoothctl paired-devices | cut -d' ' -f2-) OPTION=$(echo "$RECENT" | cat <