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"