diff --git a/config/templates/gitlab-core/bundle_exec_wrapper.erb b/config/templates/gitlab-core/bundle_exec_wrapper.erb index 4080d62..13d54a2 100644 --- a/config/templates/gitlab-core/bundle_exec_wrapper.erb +++ b/config/templates/gitlab-core/bundle_exec_wrapper.erb @@ -9,4 +9,4 @@ fi gitlab_user=$(ls -lLd <%= @install_dir %>/embedded/service/gitlab-core/log | awk '{ print $3 }') cd <%= @install_dir %>/embedded/service/gitlab-core -<%= @install_dir %>/embedded/bin/chpst -u $gitlab_user -U $gitlab_user <%= @install_dir %>/embedded/bin/bundle exec <%= @command %> +exec <%= @install_dir %>/embedded/bin/chpst -u $gitlab_user -U $gitlab_user <%= @install_dir %>/embedded/bin/bundle exec <%= @command %> -- libgit2 0.21.2