Skip to content
Snippets Groups Projects
Commit c370c1b3 authored by Michele Franzin's avatar Michele Franzin
Browse files

gitolite's repositories folder symlinked patch

parent 13e72f5a
No related branches found
No related tags found
1 merge request!1848gitolite's repositories folder symlinked patch
Loading
Loading
@@ -49,7 +49,7 @@ namespace :gitlab do
end
 
print "UMASK for .gitolite.rc is 0007? ............"
if open("#{git_base_path}/../.gitolite.rc").grep(/UMASK([ \t]*)=([ \t>]*)0007/).any?
if open(File.absolute_path("#{git_base_path}/../.gitolite.rc")).grep(/UMASK([ \t]*)=([ \t>]*)0007/).any?
puts "YES".green
else
puts "NO".red
Loading
Loading
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