Update entry.sh

use environment variable CS2_IP for cs2 parameter "-ip", to set tcp listener to a specific ip address.
This commit is contained in:
galinette-34 2023-10-12 14:04:20 +02:00 committed by GitHub
parent a5dab84d73
commit 018d09ae97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}" \