Commit 44ec5579 authored by gliptak's avatar gliptak

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

parent 14649525
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment