Commit 5d219bd5f04ea5a9745f37bc2bac87ddc9460d1f

Authored by Dmitriy Zaporozhets
1 parent 9f940aea

Fix gitolite error instructions

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/errors/gitolite.html.haml
... ... @@ -21,5 +21,5 @@
21 21 Permissions:
22 22 %pre
23 23 = preserve do
24   - sudo chmod -R 770 #{Gitlab.config.git_base_path}
25 24 sudo chown -R git:git #{Gitlab.config.git_base_path}
  25 + sudo chmod -R ug+rwXs #{Gitlab.config.git_base_path}
... ...