Looks like a typo.
Any args passed to the openra-{MOD}-server scripts were not correctly passed to OpenRA.Server.exe.
The client/game ones are fine.
(I guess "$$@" resolves to a PID with an '@' hanging off it)
5 lines
86 B
Bash
Executable File
5 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
cd "{GAME_INSTALL_DIR}"
|
|
|
|
mono {DEBUG} OpenRA.Server.exe Game.Mod={MOD} "$@"
|