remove unnecessary db_go command

This commit is contained in:
Praveen Arimbrathodiyil 2016-01-24 14:42:39 +05:30
parent 33b719893d
commit 773852cc9d

1
debian/postinst vendored
View file

@ -50,7 +50,6 @@ case "$1" in
cd ${gitlab_home}
db_get gitlab/fqdn
if [ "${RET}" != "" ]; then
db_go
if ! grep GITLAB_HOST ${gitlab_debian_conf}
then
echo export GITLAB_HOST=${RET} >> ${gitlab_debian_conf}