fix gitlab-debian.conf bootstrap
This commit is contained in:
parent
6556581a8f
commit
80f8263a91
1 changed files with 1 additions and 1 deletions
2
debian/postinst
vendored
2
debian/postinst
vendored
|
@ -34,7 +34,7 @@ set -e
|
||||||
#######################################################################
|
#######################################################################
|
||||||
|
|
||||||
# Bootstrap config file - first try
|
# Bootstrap config file - first try
|
||||||
gitlab_debian_conf_example=/usr/share/doc/gitlab/gitlab-debian.conf.example
|
gitlab_debian_conf_example=/usr/lib/gitlab/templates/gitlab-debian.conf.example
|
||||||
export $(cat ${gitlab_debian_conf_example})
|
export $(cat ${gitlab_debian_conf_example})
|
||||||
# second try
|
# second try
|
||||||
test -f ${gitlab_debian_conf_private} || \
|
test -f ${gitlab_debian_conf_private} || \
|
||||||
|
|
Loading…
Reference in a new issue