first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user