Linux Shipping Server Not Reading Debug Symbol

1、no space in binary path.

2、maybe a problem.
in the callstack do has binary name ArkGameServer
and binary-file name is MyGameServer-Linux-Shipping

i do some test,found the server process start in our "DS Watcher " process written by golang, use process.start with params that Name hardcode as “MyGameServer” with Path is Shipping Binary Path. cause my problem.
just change it to MyGameServer-Linux-Shipping fix it.

thanks you RCL!