Merge pull request #1110 from gliptak/patch-1
Display configured git repository location on error page
This commit is contained in:
commit
efde86537a
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue