Explorar o código

修改kill命令

leon hai 2 meses
pai
achega
3052b62310
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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