summaryrefslogtreecommitdiffstats
path: root/cmd/platform/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/platform/server.go')
-rw-r--r--cmd/platform/server.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/platform/server.go b/cmd/platform/server.go
index 77fedccf4..ac8f3baff 100644
--- a/cmd/platform/server.go
+++ b/cmd/platform/server.go
@@ -67,6 +67,10 @@ func runServer(configFileLocation string) {
*utils.Cfg.ServiceSettings.EnableDeveloper = true
}
+ if err := app.TestFileConnection(); err != nil {
+ l4g.Error("Problem with file storage settings: " + err.Error())
+ }
+
app.NewServer()
app.InitStores()
api.InitRouter()