Keep preseeded database password (#4284)

This commit is contained in:
tarelda 2018-07-04 02:09:55 +02:00 committed by techknowlogick
parent 3fed13b0ee
commit 5676f60cba
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ func Install(ctx *context.Context) {
// Database settings
form.DbHost = models.DbCfg.Host
form.DbUser = models.DbCfg.User
form.DbPasswd = models.DbCfg.Passwd
form.DbName = models.DbCfg.Name
form.DbPath = models.DbCfg.Path