summaryrefslogtreecommitdiff
path: root/cmd/authelia/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/authelia/main.go')
-rw-r--r--cmd/authelia/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/authelia/main.go b/cmd/authelia/main.go
index 6b740c347..0b49a8921 100644
--- a/cmd/authelia/main.go
+++ b/cmd/authelia/main.go
@@ -37,6 +37,7 @@ func startServer() {
for _, err := range errs {
logging.Logger().Error(err)
}
+
panic(errors.New("Some errors have been reported"))
}
@@ -89,6 +90,7 @@ func startServer() {
} else {
log.Fatalf("Unrecognized notifier")
}
+
if !config.Notifier.DisableStartupCheck {
_, err := notifier.StartupCheck()
if err != nil {