summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSaumit Dinesan <79687674+justsaumit@users.noreply.github.com>2022-02-03 20:09:27 +0530
committerGitHub <noreply@github.com>2022-02-03 20:09:27 +0530
commit8794cd15d34cf88ad3691718c18b5653ce14bd89 (patch)
tree5e7b9977a5e51ba38bb48aa62e57eb701e3e9760 /scripts
parent11dce44e8a880c93699a4e7c4f3372313e77af46 (diff)
Update bts
Diffstat (limited to 'scripts')
-rw-r--r--scripts/bts2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bts b/scripts/bts
index 0f5955f..87da5d4 100644
--- a/scripts/bts
+++ b/scripts/bts
@@ -4,7 +4,7 @@ case $status in
bluetoothctl power on
bluetoothctl connect A1:B3:EC:B1:53:60 ;;
"inactive" | "failed")
- sudo systemctl start bluetooth
+ st -e sudo systemctl start bluetooth
bluetoothctl power on
bluetoothctl connect A1:B3:EC:B1:53:60;;
esac