remove hard coded gitlab user in postinst
This commit is contained in:
parent
64dce4e79c
commit
15d5a26790
1 changed files with 1 additions and 1 deletions
2
debian/postinst
vendored
2
debian/postinst
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue