From 3cf206a2f7257366f6655edaad21a980b349868d Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Fri, 7 Feb 2014 12:49:25 +0100 Subject: [PATCH] Leave the `bundle exec` wrapper with an `exec` --- config/templates/gitlab-core/bundle_exec_wrapper.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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