[Linux] Improve easily mistakable command (#311)

Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>
pull/322/head
Thomas Dietrich 2017-02-12 18:15:42 +01:00 committed by GitHub
parent d24507340a
commit f7e6511569
1 changed files with 3 additions and 3 deletions

View File

@ -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