Răsfoiți Sursa

update Makefile

leon 3 săptămâni în urmă
părinte
comite
398acd9750
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -1,7 +1,7 @@
 start:
 start:
 	nohup python3 infer.py > /dev/null 2>&1 &
 	nohup python3 infer.py > /dev/null 2>&1 &
 	@sleep 1s
 	@sleep 1s
-	@ps -ef | grep infer.py
+	@ps -ef | grep infer.py | grep -v grep
 
 
 debug:
 debug:
 	python3 infer.py
 	python3 infer.py