Small fixes to the installation guide and check task
This commit is contained in:
parent
003c312104
commit
42dd006dfc
2 changed files with 2 additions and 2 deletions
|
@ -730,7 +730,7 @@ namespace :gitlab do
|
||||||
puts "no".red
|
puts "no".red
|
||||||
try_fixing_it(
|
try_fixing_it(
|
||||||
"sudo chmod -R ug+rwX,o-rwx #{repo_base_path}",
|
"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"
|
"find #{repo_base_path} -type d -print0 | sudo xargs -0 chmod g+s"
|
||||||
)
|
)
|
||||||
for_more_information(
|
for_more_information(
|
||||||
|
|
Loading…
Add table
Reference in a new issue