From 55086067b4fb55013e53584d55f07d2f2733faa8 Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Mon, 29 Jan 2024 18:13:17 +0100 Subject: [PATCH] fix rcon.yaml not found --- scripts/backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/backup.sh b/scripts/backup.sh index 43eecb4..4eaa81e 100644 --- a/scripts/backup.sh +++ b/scripts/backup.sh @@ -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")