[Linux] Improve easily mistakable command (#311)
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>pull/322/head
parent
d24507340a
commit
f7e6511569
|
@ -470,7 +470,7 @@ Some openHAB add-ons, like the Network or AmazonDash bindings, need elevated per
|
|||
If needed, grand these permissions by executing the following command:
|
||||
|
||||
```shell
|
||||
setcap 'cap_net_raw,cap_net_admin=+eip cap_net_bind_service=+ep' `realpath /usr/bin/java`
|
||||
setcap 'cap_net_raw,cap_net_admin=+eip cap_net_bind_service=+ep' $(realpath /usr/bin/java)
|
||||
```
|
||||
|
||||
### Network Sharing
|
||||
|
|
Loading…
Reference in New Issue