cmd/routed: wait for things to get set up

This commit is contained in:
Cadey Ratio 2018-01-20 09:26:54 -08:00
parent 364875dd6d
commit 0862521d93
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,8 @@ func main() {
signal.Notify(ch, os.Interrupt)
time.Sleep(30 * time.Second)
wg.Wait()
}