Commit efde8653 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #1110 from gliptak/patch-1

Display configured git repository location on error page
parents 79e936e6 44ec5579
...@@ -21,5 +21,5 @@ ...@@ -21,5 +21,5 @@
Permissions: Permissions:
%pre %pre
= preserve do = preserve do
sudo chmod -R 770 /home/git/repositories/ sudo chmod -R 770 #{Gitlab.config.git_base_path}
sudo chown -R git:git /home/git/repositories/ sudo chown -R git:git #{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