summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
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