diff options
Diffstat (limited to 'cmd/convert.go')
-rw-r--r-- | cmd/convert.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/convert.go b/cmd/convert.go index 0b2e240b32..6d4d99a255 100644 --- a/cmd/convert.go +++ b/cmd/convert.go @@ -35,7 +35,6 @@ func runConvert(ctx *cli.Context) error { log.Info("Custom path: %s", setting.CustomPath) log.Info("Log path: %s", setting.LogRootPath) log.Info("Configuration file: %s", setting.CustomConf) - setting.InitDBConfig() if !setting.Database.UseMySQL { fmt.Println("This command can only be used with a MySQL database") |