Skip to content

Commit

Permalink
fix: config
Browse files Browse the repository at this point in the history
  • Loading branch information
icey-yu committed Dec 25, 2024
1 parent b66f32e commit b783da2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/common/discovery/etcd/config_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ func restartServer(ctx context.Context) error {
if err != nil {
return errs.New("restart server fail").Wrap()
}
log.ZInfo(ctx, "cmd start over")

os.Exit(0)
return nil
Expand Down

0 comments on commit b783da2

Please sign in to comment.