TF2
TF2 copied to clipboard
SRCDS_RCONPW is not working
When I start container with SRCDS_RCONPW, server uses default password from server.cfg file. I fixed variables in server.cfg and restarted container - and rcon works correctly.
Probably add
sed -i -e 's/changeme/'"${SRCDS_RCONPW}"'/g' "${STEAMAPPDIR}/${STEAMAPP}/cfg/server.cfg"
to /etc/entry.sh:27?