mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-13 07:29:30 +01:00
exit 1 if startup fails
This commit is contained in:
parent
cbe0f79f73
commit
7f9445324d
@ -152,7 +152,7 @@ Options:
|
||||
server, err := irc.NewServer(config, logman)
|
||||
if err != nil {
|
||||
logman.Error("server", fmt.Sprintf("Could not load server: %s", err.Error()))
|
||||
return
|
||||
os.Exit(1)
|
||||
}
|
||||
if !arguments["--quiet"].(bool) {
|
||||
logman.Info("server", "Server running")
|
||||
|
Loading…
Reference in New Issue
Block a user