diff --git a/main.go b/main.go index b09ece5..da2ac3d 100644 --- a/main.go +++ b/main.go @@ -328,7 +328,6 @@ func main() { b.Release() case <-r: log.Info("正在重启中...") - server.HttpServer.ShutDown() defer b.Release() restart(arg) }