mirror of
https://github.com/Mahdi-zarei/nekoray.git
synced 2025-12-19 05:30:06 +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 {
|
||||
args, e := shlex.Split(*in.ExtraProcessArgs)
|
||||
args, e := shlex.Split(in.GetExtraProcessArgs())
|
||||
if e != nil {
|
||||
err = E.Cause(e, "Failed to parse args")
|
||||
return
|
||||
|
||||
Loading…
Reference in New Issue
Block a user