From a66269bd895021e82b51c1f145c425080e59cb95 Mon Sep 17 00:00:00 2001 From: John Edwards Date: Wed, 4 Oct 2023 15:55:28 +0100 Subject: [PATCH] Issue-6 allow users to define game server port number --- bullseye/etc/entry.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bullseye/etc/entry.sh b/bullseye/etc/entry.sh index 09832e7..74a1fb0 100644 --- a/bullseye/etc/entry.sh +++ b/bullseye/etc/entry.sh @@ -29,6 +29,7 @@ fi # Start Server "${STEAMAPPDIR}/game/bin/linuxsteamrt64/cs2" -dedicated \ + -port "${CS2_PORT}" \ -console \ -usercon \ -maxplayers_override "${CS2_MAXPLAYERS}" \