Organize sync script and clean migration data

This commit is contained in:
2026-07-18 12:24:19 +02:00
parent 9c29797b46
commit 6dd492b660
4 changed files with 444 additions and 10 deletions

View File

@ -18,7 +18,7 @@ set -Eeuo pipefail
ROOT_DIR="/storage/disk1/WCX"
SYNC_SCRIPT="${ROOT_DIR}/wcx_sync.py"
SYNC_SCRIPT="${ROOT_DIR}/scripts/wcx_sync.py"
IMPORT_SCRIPT="${ROOT_DIR}/scripts/import_site.py"
OCR_BATCH_SCRIPT="${ROOT_DIR}/scripts/process_pending_ocr.py"