Files
qwen-image/MI50/start_watcher.sh
2026-07-01 02:25:51 +02:00

10 lines
251 B
Bash
Executable File

#!/bin/bash
# Launch the folder watcher service.
set -e
# env.sh resolves API_DIR/VENV (and keeps the venv off NTFS).
source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/env.sh"
source "$VENV/bin/activate"
cd "$API_DIR"
exec python3 watcher.py