xargs not required

This commit is contained in:
Praveen Arimbrathodiyil 2016-02-18 17:53:04 +05:30
parent 354d864101
commit 0fad2fabb9

View file

@ -1,7 +1,7 @@
#! /bin/sh
# Read and export debian specific configuration
# Only exported variables will be passed on to gitlab app
export $(cat /etc/gitlab/gitlab-debian.conf|xargs)
export $(cat /etc/gitlab/gitlab-debian.conf)
echo "Initializing database..."
if [ "$(su postgres -c 'psql gitlab_production -c \\d')" = \