diff options
Diffstat (limited to 'scripts/bts')
-rw-r--r-- | scripts/bts | 2 |
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 |