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:
parent
a5dab84d73
commit
018d09ae97
1 changed files with 1 additions and 1 deletions
|
@ -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}" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue