From 957ff8c0e9fed4dad09314a83d2af06c1ace9a15 Mon Sep 17 00:00:00 2001 From: lizw <1183409807@qq.com> Date: Mon, 18 Apr 2022 14:01:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E5=BF=83=E5=A0=82=E6=88=90=E9=83=BD?= =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt-cd/deploy-lims-report.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yxt-cd/deploy-lims-report.sh b/yxt-cd/deploy-lims-report.sh index 5ce82a2..8fc5055 100644 --- a/yxt-cd/deploy-lims-report.sh +++ b/yxt-cd/deploy-lims-report.sh @@ -29,8 +29,8 @@ pullCode() { isChange="1" # 创建文件夹 if [ ! -d "$path" ]; then - echo -e "$echoPrefix mkdir -p $path $echoSuffix" - mkdir -p $path + echo -e "$echoPrefix 请检查服务器是否正确,再执行: mkdir -p $path $echoSuffix" + exit fi # git clone