fix rcon.yaml not found

This commit is contained in:
Thijs van Loef
2024-01-29 18:13:17 +01:00
parent 1b7f5c9121
commit 55086067b4

View File

@@ -1,7 +1,7 @@
#!/bin/bash
if [ "${RCON_ENABLED}" = true ]; then
rcon-cli save
rcon-cli -c /home/steam/server/rcon.yaml save
fi
DATE=$(date +"%Y-%m-%d_%H-%M-%S")