remove hard coded gitlab user in postinst

This commit is contained in:
Praveen Arimbrathodiyil 2017-05-11 22:27:11 +05:30
parent 64dce4e79c
commit 15d5a26790

2
debian/postinst vendored
View file

@ -315,7 +315,7 @@ case "$1" in
echo "Reloading nginx configuration..."
invoke-rc.d nginx reload
fi
dbc_go gitlab "$@"
dbc_go $gitlab_user "$@"
db_stop
# enable the pg_trgm extension