xargs not required
This commit is contained in:
parent
354d864101
commit
0fad2fabb9
1 changed files with 1 additions and 1 deletions
2
debian/rake-tasks.sh
vendored
2
debian/rake-tasks.sh
vendored
|
@ -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')" = \
|
||||
|
|
Loading…
Reference in a new issue