@ -28,7 +28,7 @@ result=${command}
echo $result
if [ ! -z $result ]
then
echo '检测到自动部署进程在运行,直接kill掉'
echo "检测到自动部署$1进程在运行,直接kill掉"
kill -9 $result
fi