Skip to content

Commit ea2c646

Browse files
authored
fix: don't immediately exit after starting with --ip (#6)
1 parent a96c64a commit ea2c646

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ func runServer(cmd *cobra.Command, args []string) error {
124124
return err
125125
}
126126
}
127+
sm.Wait()
127128
}
128129

129130
return nil

0 commit comments

Comments
 (0)