Ben há 11 meses atrás
pai
commit
6b76cdadc1
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      run.sh

+ 1 - 1
run.sh

@@ -1,5 +1,5 @@
 git pull origin master --rebase
 pip3 install -r ./requirements.txt
 lsof -i:80 | awk '{print "kill -9 " $2}' | sudo sh -x
-nohup python3 ./app.py
+nohup python3 ./app.py &
 tail -f nohup.out