#!/bin/bash set -e cd /home/pi/py-dj # Pull latest changes git pull # Clear the queue directory rm -rf queue/* mkdir -p queue # Ensure it exists # Start the API uv run fastapi run