leon 2 сар өмнө
parent
commit
3052b62310
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -11,7 +11,7 @@ status:
 
 kill:
 	@ps -ef | grep infer.py | grep -v grep | awk '{print $$2}' | xargs kill
-	@ps -ef | grep infer.py
+	@ps -ef | grep infer.py | grep -v grep
 
 log:
 	@tail -f log/runtime.log