Explorar el Código

Kill flask when kiosk quits

master
The Dod hace 3 días
padre
commit
d5337d5c9c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      run.sh

+ 1
- 0
run.sh Ver fichero

@@ -3,3 +3,4 @@ cd "$(dirname "$0")"
3 3
 source venv/bin/activate
4 4
 flask run --debug &
5 5
 firefox -kiosk http://localhost:5000
6
+killall flask

Loading…
Cancelar
Guardar