summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/bts2
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")