Commit 8d109800ea33e6c98b1d92e7e2131fb6a805ebd2
1 parent
4a1cb592
Exists in
master
and in
17 other branches
Fix the permissions of gitlab-rake
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/software/gitlab-core.rb
| @@ -63,6 +63,6 @@ build do | @@ -63,6 +63,6 @@ build do | ||
| 63 | # Create a wrapper for the rake tasks of the Rails app | 63 | # Create a wrapper for the rake tasks of the Rails app |
| 64 | erb :dest => "#{install_dir}/bin/gitlab-rake", | 64 | erb :dest => "#{install_dir}/bin/gitlab-rake", |
| 65 | :source => "bundle_exec_wrapper.erb", | 65 | :source => "bundle_exec_wrapper.erb", |
| 66 | - :mode => "775", | 66 | + :mode => 0755, |
| 67 | :vars => {:command => 'rake "$@"'} | 67 | :vars => {:command => 'rake "$@"'} |
| 68 | end | 68 | end |