Browse Source

Adiciona script run.

master
Guilherme Capanema 7 years ago
parent
commit
11cccda0cc
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      run.sh

+ 2
- 0
run.sh View File

@ -0,0 +1,2 @@
#!/bin/bash
cd /home/pi/controle-luz && . venv/bin/activate && export FLASK_APP=interruptor && waitress-serve --call 'interruptor:create_app'

Loading…
Cancel
Save