updates
This commit is contained in:
6
roles/packages/files/bluetooth
Normal file
6
roles/packages/files/bluetooth
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
if [[ $1 = pre ]]; then
|
||||
btmgmt power off
|
||||
elif [[ $1 = post ]]; then
|
||||
btmgmt power on
|
||||
fi
|
||||
Reference in New Issue
Block a user