Display configured git repository location on error page (this is partially addressing issue #1072)
This commit is contained in:
parent
1464952597
commit
44ec5579bd
1 changed files with 2 additions and 2 deletions
|
@ -15,5 +15,5 @@
|
|||
Try:
|
||||
%pre
|
||||
= preserve do
|
||||
sudo chmod -R 770 /home/git/repositories/
|
||||
sudo chown -R git:git /home/git/repositories/
|
||||
sudo chmod -R 770 #{Gitlab.config.git_base_path}
|
||||
sudo chown -R git:git #{Gitlab.config.git_base_path}
|
Loading…
Reference in a new issue