xargs is not necessary

This commit is contained in:
Praveen Arimbrathodiyil 2016-02-18 14:52:26 +05:30
parent 36bae5730e
commit 3974530347

2
debian/postinst vendored
View file

@ -34,7 +34,7 @@ case "$1" in
# Read and export debian specific configuration
# Only exported variables will be passed on to gitlab app
gitlab_debian_conf=/etc/gitlab/gitlab-debian.conf
export $(cat ${gitlab_debian_conf}|xargs)
export $(cat ${gitlab_debian_conf})
# Create gitlab user
. /usr/lib/gitlab/scripts/adduser.sh