mirror of
https://github.com/YuzuZensai/palworld-server-docker.git
synced 2026-01-31 14:57:59 +00:00
fix rcon.yaml not found
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ "${RCON_ENABLED}" = true ]; then
|
if [ "${RCON_ENABLED}" = true ]; then
|
||||||
rcon-cli save
|
rcon-cli -c /home/steam/server/rcon.yaml save
|
||||||
fi
|
fi
|
||||||
|
|
||||||
DATE=$(date +"%Y-%m-%d_%H-%M-%S")
|
DATE=$(date +"%Y-%m-%d_%H-%M-%S")
|
||||||
|
|||||||
Reference in New Issue
Block a user