diff options
author | Saumit Dinesan <79687674+Saumit-D@users.noreply.github.com> | 2022-01-25 23:05:03 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-25 23:05:03 +0530 |
commit | 25cf7322e0538e1e174e816525cf2ab3da0e5280 (patch) | |
tree | 8687f0bfb802fbcf8d5c8ad006ce911006398bee | |
parent | d71e6f7e1cb441b994839511641aa33e455d824c (diff) |
Update bts
-rw-r--r-- | scripts/bts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bts b/scripts/bts index 0acdefd..6aa9dfb 100644 --- a/scripts/bts +++ b/scripts/bts @@ -1,6 +1,6 @@ status=$(systemctl status bluetooth | grep active | cut -d " " -f 7) case $status in - "active") + "active") bluetoothctl power on bluetoothctl connect A1:B3:EC:B1:53:60 ;; "inactive") |