浏览代码

修改kill命令

leon 2 月之前
父节点
当前提交
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