diff --git a/cmd/server.go b/cmd/server.go index 516c945..aa51790 100644 --- a/cmd/server.go +++ b/cmd/server.go @@ -124,6 +124,7 @@ func runServer(cmd *cobra.Command, args []string) error { return err } } + sm.Wait() } return nil