Explorar el Código

Run kiosk browser

master
The Dod hace 6 meses
padre
commit
77958550bf
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      run.sh

+ 2
- 1
run.sh Ver fichero

1
 #!/bin/bash
1
 #!/bin/bash
2
 cd "$(dirname "$0")"
2
 cd "$(dirname "$0")"
3
 source venv/bin/activate
3
 source venv/bin/activate
4
-flask run --debug
4
+flask run --debug &
5
+firefox -kiosk http://localhost:5000

Loading…
Cancelar
Guardar