xargs is not necessary
This commit is contained in:
parent
36bae5730e
commit
3974530347
1 changed files with 1 additions and 1 deletions
2
debian/postinst
vendored
2
debian/postinst
vendored
|
@ -34,7 +34,7 @@ case "$1" in
|
||||||
# Read and export debian specific configuration
|
# Read and export debian specific configuration
|
||||||
# Only exported variables will be passed on to gitlab app
|
# Only exported variables will be passed on to gitlab app
|
||||||
gitlab_debian_conf=/etc/gitlab/gitlab-debian.conf
|
gitlab_debian_conf=/etc/gitlab/gitlab-debian.conf
|
||||||
export $(cat ${gitlab_debian_conf}|xargs)
|
export $(cat ${gitlab_debian_conf})
|
||||||
|
|
||||||
# Create gitlab user
|
# Create gitlab user
|
||||||
. /usr/lib/gitlab/scripts/adduser.sh
|
. /usr/lib/gitlab/scripts/adduser.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue