Small fixes to the installation guide and check task

This commit is contained in:
Riyad Preukschas 2013-02-01 21:06:15 +01:00
parent 003c312104
commit 42dd006dfc
2 changed files with 2 additions and 2 deletions

View file

@ -730,7 +730,7 @@ namespace :gitlab do
puts "no".red
try_fixing_it(
"sudo chmod -R ug+rwX,o-rwx #{repo_base_path}",
"sudo chmod -R u-s #{repo_base_path}",
"sudo chmod -R ug-s #{repo_base_path}",
"find #{repo_base_path} -type d -print0 | sudo xargs -0 chmod g+s"
)
for_more_information(