Browse Source

update Makefile

leon 3 weeks ago
parent
commit
d3f137d2ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -7,7 +7,7 @@ debug:
 	python3 infer.py
 
 status:
-	@ps -ef | grep infer.py 
+	@ps -ef | grep infer.py | grep -v grep
 
 
 log: