Quellcode durchsuchen

update Makefile

leon vor 3 Wochen
Ursprung
Commit
398acd9750
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      Makefile

+ 1 - 1
Makefile

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