mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-15 17:58:17 -07:00
Correct option error adduser in DEPLOY.md
This commit is contained in:
parent
10da9485a5
commit
3a6eee7019
@ -81,7 +81,7 @@ you to make sure that the file permissions are correctly set up.
|
||||
In Debian or RHEL, you can use this command to create a Conduit user:
|
||||
|
||||
```bash
|
||||
sudo adduser --system conduit --group --disable-login --no-create-home
|
||||
sudo adduser --system conduit --group --disabled-login --no-create-home
|
||||
```
|
||||
|
||||
## Forwarding ports in the firewall or the router
|
||||
|
Loading…
Reference in New Issue
Block a user