소스 검색

update Makefile

leon 3 주 전
부모
커밋
398acd9750
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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