From 018d09ae971800408463f5b710b7a8f3254e5bac Mon Sep 17 00:00:00 2001 From: galinette-34 <62066654+galinette-34@users.noreply.github.com> Date: Thu, 12 Oct 2023 14:04:20 +0200 Subject: [PATCH] Update entry.sh use environment variable CS2_IP for cs2 parameter "-ip", to set tcp listener to a specific ip address. --- bullseye/etc/entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bullseye/etc/entry.sh b/bullseye/etc/entry.sh index f4c26b6..837b234 100644 --- a/bullseye/etc/entry.sh +++ b/bullseye/etc/entry.sh @@ -47,7 +47,7 @@ fi # Start Server eval "./cs2" -dedicated \ - -port "${CS2_PORT}" \ + -ip "${CS2_IP}" -port "${CS2_PORT}" \ -console \ -usercon \ -maxplayers_override "${CS2_MAXPLAYERS}" \