From 9244b7241cb0ae2c0a4d1e24fc425cbe63e09a61 Mon Sep 17 00:00:00 2001 From: strawberry Date: Sun, 29 Sep 2024 18:23:56 -0400 Subject: [PATCH] small doc style fix Signed-off-by: strawberry --- docs/deploying/generic.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/deploying/generic.md b/docs/deploying/generic.md index 14d5e38c..55512f0c 100644 --- a/docs/deploying/generic.md +++ b/docs/deploying/generic.md @@ -102,7 +102,8 @@ sudo chown -R root:root /etc/conduwuit sudo chmod -R 755 /etc/conduwuit If you use the default database path you also need to run this: ```bash -sudo mkdir -p /var/lib/conduwuit/ sudo chown -R conduwuit:conduwuit /var/lib/conduwuit/ +sudo mkdir -p /var/lib/conduwuit/ +sudo chown -R conduwuit:conduwuit /var/lib/conduwuit/ sudo chmod 700 /var/lib/conduwuit/ ```