mirror of
https://github.com/key-networks/ztncui.git
synced 2025-06-11 20:53:45 +02:00
Got rid of angle brackets
This commit is contained in:
parent
dc9aeaf1a7
commit
71f5edc868
1 changed files with 2 additions and 2 deletions
|
@ -33,11 +33,11 @@ npm install
|
|||
##### 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:
|
||||
```shell
|
||||
sudo usermod -aG zerotier-one <username>
|
||||
sudo usermod -aG zerotier-one username
|
||||
sudo chmod g+r /var/lib/zerotier-one/authtoken.secret
|
||||
```
|
||||
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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue