Skip to content
Snippets Groups Projects
Commit efde8653 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #1110 from gliptak/patch-1

Display configured git repository location on error page
parents 79e936e6 44ec5579
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -21,5 +21,5 @@
Permissions:
%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}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment