Skip to content

Draft: Fix sessionid parameter is not respected by the server

  • With the script parameters "${@}" at the end of the server starting line the parameter sessionid was not respected by the server if the parameter was passed to the server script as parameter

It seems odd, but it only worked when the parameters come first, before +serverconfig server.cfg.

I start the server with server_linux.sh -sessionid.

I don't like the idea to work around this by setting the option somewhere inside the server script. Parameters should work here I think. I did not test if other parameters work or not. Just sessionid.

Merge request reports