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