mirror of
https://github.com/ENSL/ensl_hlds.git
synced 2024-12-12 05:22:52 +00:00
replace localhost and IP with special DNS name in entry.sh
This commit is contained in:
parent
68cf8a3011
commit
644923e466
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ fi
|
||||||
if [[ "$HLTV" = "1" ]]; then
|
if [[ "$HLTV" = "1" ]]; then
|
||||||
echo "Starting HLTV"
|
echo "Starting HLTV"
|
||||||
export LD_LIBRARY_PATH=.
|
export LD_LIBRARY_PATH=.
|
||||||
./hltv +serverpassword europe +connect localhost:27015 +record demos/gathers >> /home/steam/hlds/ns/demos/hltv-`date +%F-%h:%m`.log
|
./hltv +serverpassword europe +connect host.docker.internal:27015 +record demos/gathers >> /home/steam/hlds/ns/demos/hltv-`date +%F-%h:%m`.log
|
||||||
elif [[ "$HLDS" = "1" ]]; then
|
elif [[ "$HLDS" = "1" ]]; then
|
||||||
echo "Starting HLDS"
|
echo "Starting HLDS"
|
||||||
export LD_LIBRARY_PATH=.
|
export LD_LIBRARY_PATH=.
|
||||||
|
|
Loading…
Reference in a new issue