diff options
author | Timo Kösters <timo@koesters.xyz> | 2023-08-01 11:23:28 +0000 |
---|---|---|
committer | Timo Kösters <timo@koesters.xyz> | 2023-08-01 11:23:28 +0000 |
commit | 57b86f1130871e8f22802bfae226c8144a00c253 (patch) | |
tree | fe359a6c41242a0295021bdf85ea1ade58b8b1cc | |
parent | 10da9485a5052695c89b5ea832f643d617fbc664 (diff) | |
parent | 3a6eee7019af07c10467b882dac01f84874f2e1c (diff) | |
download | conduit-57b86f1130871e8f22802bfae226c8144a00c253.zip |
Merge branch 'msteenhagen-next-patch-22350' into 'next'
Correct option error adduser in DEPLOY.md
See merge request famedly/conduit!526
-rw-r--r-- | DEPLOY.md | 2 |
1 files changed, 1 insertions, 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: ```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 |