diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2024-07-18 09:36:02 +0300 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2024-07-19 08:13:34 +0300 |
commit | 42492dff41c468055aa39ca0644c530a99c009e1 (patch) | |
tree | 0adaacd0ecbd24c8bb7fd51c661a4992a46dbceb /www/gitlab/files/gitlab.in | |
parent | devel/git-filter-repo: Update to 2.45.0 (diff) |
www/gitlab: install local bundle binaries to .bin/ directory
PR: 280273
Diffstat (limited to 'www/gitlab/files/gitlab.in')
-rw-r--r-- | www/gitlab/files/gitlab.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gitlab/files/gitlab.in b/www/gitlab/files/gitlab.in index 19ccd258e3bb..7887262e0240 100644 --- a/www/gitlab/files/gitlab.in +++ b/www/gitlab/files/gitlab.in @@ -94,7 +94,7 @@ gitlab_pages_dir=$(cd $app_root/../gitlab-pages 2> /dev/null && pwd) gitlab_pages_pid_path="$pid_path/gitlab-pages.pid" gitlab_pages_options="-pages-domain example.com -pages-root $app_root/shared/pages -listen-proxy 127.0.0.1:8090" gitlab_pages_log="$app_root/log/gitlab-pages.log" -shell_path="/bin/bash" +shell_path="/usr/local/bin/bash" gitaly_enabled=true gitaly_dir="%%PREFIX%%/share/gitaly" gitaly_pid_path="$pid_path/gitaly.pid" |