mirror of
https://github.com/gravitl/netmaker.git
synced 2026-02-20 12:53:13 +08:00
change order
This commit is contained in:
parent
c237430629
commit
a15fd750d1
1 changed files with 2 additions and 1 deletions
3
main.go
3
main.go
|
|
@ -120,12 +120,13 @@ func initialize() { // Client Mode Prereq Check
|
|||
}
|
||||
}
|
||||
|
||||
genCerts()
|
||||
|
||||
if servercfg.IsMessageQueueBackend() {
|
||||
if err = mq.ServerStartNotify(); err != nil {
|
||||
logger.Log(0, "error occurred when notifying nodes of startup", err.Error())
|
||||
}
|
||||
}
|
||||
genCerts()
|
||||
}
|
||||
|
||||
func startControllers() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue