aboutsummaryrefslogtreecommitdiffstats
path: root/routers
diff options
context:
space:
mode:
Diffstat (limited to 'routers')
-rw-r--r--routers/install/setting.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/install/setting.go b/routers/install/setting.go
index 50bb6aa355..53d166ba1d 100644
--- a/routers/install/setting.go
+++ b/routers/install/setting.go
@@ -28,6 +28,7 @@ func PreloadSettings(ctx context.Context) bool {
log.Info("SQLite3 Supported")
}
setting.InitDBConfig()
+ setting.NewServicesForInstall()
svg.Init()
}