Merge pull request #7652 from m-a-r-c-o/logrotate-error-bugfix

Fix log rotate permission error
This commit is contained in:
Valeriy Sizov 2014-11-05 13:50:11 +02:00
commit 46bd0a88dd
1 changed files with 1 additions and 1 deletions

View File

@ -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