1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2024-06-21 07:08:19 +02: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:
Timo Kösters 2023-08-01 11:23:28 +00:00
commit 57b86f1130

View file

@ -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