Issue-6 allow users to define game server port number

This commit is contained in:
John Edwards 2023-10-04 15:55:28 +01:00
parent 8b87611412
commit a66269bd89

View file

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