Got rid of angle brackets

This commit is contained in:
Key Networks 2017-12-13 23:15:03 +08:00
parent dc9aeaf1a7
commit 71f5edc868

View File

@ -33,11 +33,11 @@ npm install
##### 3. Allow access to /var/lib/zerotier-one/authtoken.secret ##### 3. Allow access to /var/lib/zerotier-one/authtoken.secret
The user running the ztncui app needs read access to authtoken.secret. This can be achieved with: The user running the ztncui app needs read access to authtoken.secret. This can be achieved with:
```shell ```shell
sudo usermod -aG zerotier-one <username> sudo usermod -aG zerotier-one username
sudo chmod g+r /var/lib/zerotier-one/authtoken.secret sudo chmod g+r /var/lib/zerotier-one/authtoken.secret
``` ```
Where: Where:
* <username> is the user running the ztncui app * username is the user running the ztncui app
Note that you need to log out and in again to apply the new group membership. Note that you need to log out and in again to apply the new group membership.