mirror of
https://github.com/juanfont/headscale.git
synced 2025-01-19 02:10:04 +09:00
Docs: fix path to nologin shell (#1610)
This commit is contained in:
parent
7afc2fd180
commit
82c64f682c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ useradd \
|
|||
--home-dir /var/lib/headscale/ \
|
||||
--system \
|
||||
--user-group \
|
||||
--shell /usr/bin/nologin \
|
||||
--shell /usr/sbin/nologin \
|
||||
headscale
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue