Ben hace 11 meses
padre
commit
8fbf7676ac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      run.sh

+ 1 - 1
run.sh

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