From db6dfbf060b69c75cd12a3709b7af52e7c69653a Mon Sep 17 00:00:00 2001 From: pan <1029559041@qq.com> Date: Sat, 10 Oct 2020 03:30:05 +0800 Subject: [PATCH] init --- shell/updateRisk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/updateRisk b/shell/updateRisk index 29b44fe..8c7af9d 100644 --- a/shell/updateRisk +++ b/shell/updateRisk @@ -28,7 +28,7 @@ result=${command} echo $result if [ ! -z $result ] then - echo '检测到自动部署进程在运行,直接kill掉' + echo "检测到自动部署$1进程在运行,直接kill掉" kill -9 $result fi