#!/bin/bash # Demarrage du backend photobooth (Chromium est gere par la session kiosk) set -e DIR="$(cd "$(dirname "$0")/.." && pwd)" cd "$DIR" # Activer le venv source .venv/bin/activate echo "Demarrage du backend photobooth..." exec python -m backend.main