Commit 3cf206a2f7257366f6655edaad21a980b349868d
1 parent
83507769
Exists in
master
and in
17 other branches
Leave the `bundle exec` wrapper with an `exec`
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/templates/gitlab-core/bundle_exec_wrapper.erb
... | ... | @@ -9,4 +9,4 @@ fi |
9 | 9 | gitlab_user=$(ls -lLd <%= @install_dir %>/embedded/service/gitlab-core/log | awk '{ print $3 }') |
10 | 10 | |
11 | 11 | cd <%= @install_dir %>/embedded/service/gitlab-core |
12 | -<%= @install_dir %>/embedded/bin/chpst -u $gitlab_user -U $gitlab_user <%= @install_dir %>/embedded/bin/bundle exec <%= @command %> | |
12 | +exec <%= @install_dir %>/embedded/bin/chpst -u $gitlab_user -U $gitlab_user <%= @install_dir %>/embedded/bin/bundle exec <%= @command %> | ... | ... |