mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-16 10:01:05 +01:00
Merge branch 'msteenhagen-next-patch-22350' into 'next'
Correct option error adduser in DEPLOY.md See merge request famedly/conduit!526
This commit is contained in:
commit
57b86f1130
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
In Debian or RHEL, you can use this command to create a Conduit user:
|
||||||
|
|
||||||
```bash
|
```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
|
## Forwarding ports in the firewall or the router
|
||||||
|
|
Loading…
Reference in a new issue