remove unnecessary db_go command
This commit is contained in:
parent
33b719893d
commit
773852cc9d
1 changed files with 0 additions and 1 deletions
1
debian/postinst
vendored
1
debian/postinst
vendored
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue