Skip to content
Snippets Groups Projects
Commit 44ec5579 authored by gliptak's avatar gliptak
Browse files

Display configured git repository location on error page (this is partially addressing issue #1072)

parent 14649525
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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}
\ No newline at end of file
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