summaryrefslogtreecommitdiff
path: root/cmd/authelia
diff options
context:
space:
mode:
authorAmir Zarrinkafsh <nightah@me.com>2020-05-06 05:35:32 +1000
committerGitHub <noreply@github.com>2020-05-05 21:35:32 +0200
commit1600e0f7da7219e2398fbef68b982d0b466db266 (patch)
tree0726477687703c0953854f7f98f90c39e1f3b8a9 /cmd/authelia
parentc13196a86e267298edb3458d3e47918565e3d139 (diff)
[CI] Add wsl linter (#980)
* [CI] Add wsl linter * Implement wsl recommendations Co-authored-by: Clément Michaud <clement.michaud34@gmail.com>
Diffstat (limited to 'cmd/authelia')
-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 {