summaryrefslogtreecommitdiff
path: root/DEPLOY.md
diff options
context:
space:
mode:
Diffstat (limited to 'DEPLOY.md')
-rw-r--r--DEPLOY.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/DEPLOY.md b/DEPLOY.md
index a28218d..6063482 100644
--- a/DEPLOY.md
+++ b/DEPLOY.md
@@ -142,7 +142,8 @@ As we are using a Conduit specific user we need to allow it to read the config.
Debian:
```bash
-sudo chown -R conduit:nogroup /etc/matrix-conduit
+sudo chown -R root:root /etc/matrix-conduit
+sudo chmod 755 /etc/matrix-conduit
```
If you use the default database path you also need to run this: