修改frpc Exit(0)问题

This commit is contained in:
Haidy 2018-05-17 00:30:21 +08:00
parent de3b19cbb2
commit db6feaa0ea

View File

@ -119,7 +119,6 @@ func StopFrp() (err error) {
service.Close() service.Close()
log.Info("frpc is stoped") log.Info("frpc is stoped")
os.Exit(0)
return return
} }