diff --git a/doc/install/installation.md b/doc/install/installation.md index 665bc93e4d70b2519bb77a89cee5d85e1ecef15d..459a21ae8214c10f6d492a2c318879277188e70e 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -199,7 +199,7 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da # Make sure GitLab can write to the log/ and tmp/ directories sudo chown -R git log/ sudo chown -R git tmp/ - sudo chmod -R u+rwX log/ + sudo chmod -R u+rwX,go-w log/ sudo chmod -R u+rwX tmp/ # Create directory for satellites