mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-06 04:32:43 +00:00
Update rcon.yaml location.
rcon-cli requires rcon.yaml to be in the current working directory.
This commit is contained in:
@@ -68,10 +68,10 @@ if [ -n "${RCON_PORT}" ]; then
|
||||
fi
|
||||
|
||||
# Configure RCON settings
|
||||
cat >~/.rcon-cli.yaml <<EOL
|
||||
host: localhost
|
||||
port: ${RCON_PORT}
|
||||
password: ${ADMIN_PASSWORD}
|
||||
cat >/home/steam/server/rcon.yaml <<EOL
|
||||
default:
|
||||
address: "127.0.0.1:${RCON_PORT}"
|
||||
password: ${ADMIN_PASSWORD}
|
||||
EOL
|
||||
|
||||
printf "\e[0;32m*****STARTING SERVER*****\e[0m\n"
|
||||
|
||||
Reference in New Issue
Block a user