Merge pull request #7 from joedwards32/6-environment-variable-cs2_port-never-used
Issue-6 allow users to define game server port number
This commit is contained in:
commit
7a7218224c
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ fi
|
|||
# Start Server
|
||||
|
||||
"${STEAMAPPDIR}/game/bin/linuxsteamrt64/cs2" -dedicated \
|
||||
-port "${CS2_PORT}" \
|
||||
-console \
|
||||
-usercon \
|
||||
-maxplayers_override "${CS2_MAXPLAYERS}" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue