mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-31 14:57:59 +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
|
fi
|
||||||
|
|
||||||
# Configure RCON settings
|
# Configure RCON settings
|
||||||
cat >~/.rcon-cli.yaml <<EOL
|
cat >/home/steam/server/rcon.yaml <<EOL
|
||||||
host: localhost
|
default:
|
||||||
port: ${RCON_PORT}
|
address: "127.0.0.1:${RCON_PORT}"
|
||||||
password: ${ADMIN_PASSWORD}
|
password: ${ADMIN_PASSWORD}
|
||||||
EOL
|
EOL
|
||||||
|
|
||||||
printf "\e[0;32m*****STARTING SERVER*****\e[0m\n"
|
printf "\e[0;32m*****STARTING SERVER*****\e[0m\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user