TF2 icon indicating copy to clipboard operation
TF2 copied to clipboard

SRCDS_RCONPW is not working

Open ntwrpn opened this issue 2 years ago • 0 comments

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?

ntwrpn avatar Jan 12 '22 21:01 ntwrpn