From 390dce912d8001f25978eeb167b654804c2406f4 Mon Sep 17 00:00:00 2001 From: Tudor Sitaru Date: Thu, 9 Oct 2025 22:16:15 +0100 Subject: [PATCH] fix --- scheduler.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 scheduler.sh diff --git a/scheduler.sh b/scheduler.sh old mode 100644 new mode 100755 index b043218..602303c --- a/scheduler.sh +++ b/scheduler.sh @@ -5,7 +5,7 @@ LOG_DIR="/app/logs" LOG_FILE="$LOG_DIR/scheduler_$(date +%Y%m%d).log" -CONFIG_FILE="/app/config.json" +CONFIG_FILE="/app/snapshot_config.json" # Create log directory if it doesn't exist mkdir -p "$LOG_DIR"