From 39745303470fd841dc983386969540e79499e85d Mon Sep 17 00:00:00 2001 From: Praveen Arimbrathodiyil Date: Thu, 18 Feb 2016 14:52:26 +0530 Subject: [PATCH] xargs is not necessary --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index 6cbe8c1778..94d9ab83d4 100755 --- a/debian/postinst +++ b/debian/postinst @@ -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