summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaarten Steenhagen <maarten@steenhagen.nl>2023-08-01 11:03:31 +0000
committerMaarten Steenhagen <maarten@steenhagen.nl>2023-08-01 11:03:31 +0000
commit3a6eee7019af07c10467b882dac01f84874f2e1c (patch)
treefe359a6c41242a0295021bdf85ea1ade58b8b1cc
parent10da9485a5052695c89b5ea832f643d617fbc664 (diff)
downloadconduit-3a6eee7019af07c10467b882dac01f84874f2e1c.zip
Correct option error adduser in DEPLOY.md
-rw-r--r--DEPLOY.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPLOY.md b/DEPLOY.md
index 4605a98..36b1e39 100644
--- a/DEPLOY.md
+++ b/DEPLOY.md
@@ -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