Files
admin 209f81aa3d
🚀 Deploy — JH Photomaton / 🔍 Vérification (push) Has been cancelled
🚀 Deploy — JH Photomaton / 🍓 Deploy sur le Pi (push) Has been cancelled
first commit
2026-07-16 00:55:29 +02:00

8 lines
156 B
Bash

#!/bin/bash
# Démarrage de JH Photomaton
INSTALL_DIR="/home/pi/jh-photomaton"
VENV="$INSTALL_DIR/.venv/bin/python"
cd "$INSTALL_DIR"
exec "$VENV" main.py