Merge branch 'main' into 70-unable-to-set-sv_cheats-to-true-in-cs2-docker-container

This commit is contained in:
John Edwards 2024-01-01 17:03:19 +00:00
commit 79d9bca45a
5 changed files with 34 additions and 27 deletions

View file

@ -35,6 +35,7 @@ fi
sed -i -e "s/{{SERVER_HOSTNAME}}/${CS2_SERVERNAME}/g" \
-e "s/{{SERVER_CHEATS}}/${CS2_CHEATS}/g" \
-e "s/{{SERVER_HIBERNATE}}/${CS2_SERVER_HIBERNATE}/g" \
-e "s/{{SERVER_PW}}/${CS2_PW}/g" \
-e "s/{{SERVER_RCON_PW}}/${CS2_RCONPW}/g" \
-e "s/{{TV_ENABLE}}/${TV_ENABLE}/g" \