1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-12-20 19:09:07 +01:00

Forgot to run Prettier

This commit is contained in:
lachy-2849 2022-02-01 19:32:13 -05:00 committed by GitHub
parent 41fbe47cdf
commit 7b607b3fe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,9 +139,11 @@ WantedBy=multi-user.target
``` ```
Note that when running as the headscale user ensure that, either you add your current user to the headscale group: Note that when running as the headscale user ensure that, either you add your current user to the headscale group:
```shell ```shell
usermod -a -G headscale current_user usermod -a -G headscale current_user
``` ```
or run all headscale commands as the headscale user: or run all headscale commands as the headscale user:
```shell ```shell