mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-22 11:41:38 +00:00
trivial fix to actually parse fed-api-server's CLI args
This commit is contained in:
parent
cdd1fdcd3d
commit
eb029116b0
@ -38,6 +38,8 @@ var (
|
||||
func main() {
|
||||
common.SetupLogging(logDir)
|
||||
|
||||
flag.Parse()
|
||||
|
||||
if *configPath == "" {
|
||||
log.Fatal("--config must be supplied")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user