Commit 8d109800ea33e6c98b1d92e7e2131fb6a805ebd2

Authored by Jacob Vosmaer
1 parent 4a1cb592

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 63 # Create a wrapper for the rake tasks of the Rails app
64 64 erb :dest => "#{install_dir}/bin/gitlab-rake",
65 65 :source => "bundle_exec_wrapper.erb",
66   - :mode => "775",
  66 + :mode => 0755,
67 67 :vars => {:command => 'rake "$@"'}
68 68 end
... ...