From 25cf7322e0538e1e174e816525cf2ab3da0e5280 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan <79687674+Saumit-D@users.noreply.github.com> Date: Tue, 25 Jan 2022 23:05:03 +0530 Subject: Update bts --- scripts/bts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3