mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-25 11:00:07 +08:00
Update server.go
This commit is contained in:
parent
35692ea6fd
commit
a8941f8801
@ -58,7 +58,7 @@ func (s *server) Start(in *gen.LoadConfigReq, out *gen.ErrorResp) (_ error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if *in.NeedExtraProcess {
|
if *in.NeedExtraProcess {
|
||||||
args, e := shlex.Split(*in.ExtraProcessArgs)
|
args, e := shlex.Split(in.GetExtraProcessArgs())
|
||||||
if e != nil {
|
if e != nil {
|
||||||
err = E.Cause(e, "Failed to parse args")
|
err = E.Cause(e, "Failed to parse args")
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user