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:
John Edwards 2023-10-04 15:56:42 +01:00 committed by GitHub
commit 7a7218224c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,7 @@ fi
# Start Server
"${STEAMAPPDIR}/game/bin/linuxsteamrt64/cs2" -dedicated \
-port "${CS2_PORT}" \
-console \
-usercon \
-maxplayers_override "${CS2_MAXPLAYERS}" \