Commit 5d219bd5 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix gitolite error instructions

parent 9f940aea
......@@ -21,5 +21,5 @@
Permissions:
%pre
= preserve do
sudo chmod -R 770 #{Gitlab.config.git_base_path}
sudo chown -R git:git #{Gitlab.config.git_base_path}
sudo chmod -R ug+rwXs #{Gitlab.config.git_base_path}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment