mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Update bluetooth_le_tracker.markdown (#15515)
Use POSIX supported `$()` instead of backticks for shell command.
This commit is contained in:
parent
129d96f684
commit
3a129a6f2c
@ -65,8 +65,8 @@ Normally accessing the Bluetooth stack is reserved for root, but running program
|
||||
|
||||
```bash
|
||||
sudo apt-get install libcap2-bin
|
||||
sudo setcap 'cap_net_raw,cap_net_admin+eip' `readlink -f \`which python3\``
|
||||
sudo setcap 'cap_net_raw+ep' `readlink -f \`which hcitool\``
|
||||
sudo setcap 'cap_net_raw,cap_net_admin+eip' $(readlink -f $(which python3))
|
||||
sudo setcap 'cap_net_raw+ep' $(readlink -f $(which hcitool))
|
||||
```
|
||||
|
||||
A restart of Home Assistant is required.
|
||||
|
Loading…
x
Reference in New Issue
Block a user