Commit 44ec5579bd73ef1f712e3a116fab5492f19b48ec
1 parent
14649525
Exists in
master
and in
4 other branches
Display configured git repository location on error page (this is partially addressing issue #1072)
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/errors/gitolite.html.haml
... | ... | @@ -15,5 +15,5 @@ |
15 | 15 | Try: |
16 | 16 | %pre |
17 | 17 | = preserve do |
18 | - sudo chmod -R 770 /home/git/repositories/ | |
19 | - sudo chown -R git:git /home/git/repositories/ | |
18 | + sudo chmod -R 770 #{Gitlab.config.git_base_path} | |
19 | + sudo chown -R git:git #{Gitlab.config.git_base_path} | |
20 | 20 | \ No newline at end of file | ... | ... |