Skip to content
Snippets Groups Projects
Commit 5abed8a8 authored by Ophestra's avatar Ophestra
Browse files

block after generating default configuration file

parent 4b52017d
No related branches found
Tags v1.6.7
No related merge requests found
......@@ -131,9 +131,9 @@ func checkConfig() *types.Nil {
log.Fatalf("Failed to write the default configuration file, %s", err)
os.Exit(1)
}
log.Fatalf("Generated default configuration file at %s, "+
"please edit it before starting FreeNitori.", nitoriConf)
os.Exit(1)
log.Warnf("Generated default configuration file at %s, "+
"please edit it before restarting FreeNitori.", nitoriConf)
select {}
}
return nil
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment