Browse Source

Kill flask when kiosk quits

master
The Dod 3 days ago
parent
commit
d5337d5c9c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      run.sh

+ 1
- 0
run.sh View File

@@ -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…
Cancel
Save