Browse Source

修改kill命令

leon 2 tháng trước cách đây
mục cha
commit
3052b62310
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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