Skip to content
Snippets Groups Projects
Select Git revision
  • 5095a2b851517166d0b107b9db353e434fb4f771
  • master default protected
2 results

build_site.py

Blame
  • run-pi.sh 182 B
    #!/bin/bash
    
    cd "$(dirname "$0")" || exit
    
    # Sleep for 10 seconds
    sleep 10
    
    # Run the script
    DISPLAY=:0 xhost + && \
        sudo DISPLAY=:0 ./.venv/bin/python3 main.py > ./app.log 2>&1