fix packagename for dbc_go in config
This commit is contained in:
parent
ec58d79656
commit
385845ec8f
2 changed files with 2 additions and 6 deletions
4
debian/config
vendored
4
debian/config
vendored
|
@ -62,6 +62,6 @@ if [ -f /usr/share/dbconfig-common/dpkg/config ]; then
|
|||
dbc_dbtypes="pgsql"
|
||||
dbc_dbname="gitlab_production"
|
||||
dbc_dbuser="$gitlab_user"
|
||||
|
||||
dbc_go $gitlab_user "$@"
|
||||
|
||||
dbc_go gitlab "$@"
|
||||
fi
|
||||
|
|
4
debian/postinst
vendored
4
debian/postinst
vendored
|
@ -316,10 +316,6 @@ case "$1" in
|
|||
invoke-rc.d nginx reload
|
||||
fi
|
||||
|
||||
dbc_dbtypes="pgsql"
|
||||
dbc_dbname="gitlab_production"
|
||||
dbc_dbuser="$gitlab_user"
|
||||
|
||||
dbc_go gitlab "$@"
|
||||
db_stop
|
||||
|
||||
|
|
Loading…
Reference in a new issue