You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: