fix
All checks were successful
Build Docker Image / build (push) Successful in 1m12s

This commit is contained in:
Tudor Sitaru
2025-10-09 22:16:15 +01:00
parent 80ff3bfd89
commit 390dce912d

2
scheduler.sh Normal file → Executable file
View File

@@ -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"