From d709616088ca100f452d148c529cd599023939c0 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Thu, 2 Mar 2023 01:41:04 +0800 Subject: [PATCH] rebase --- frontEndUpgrade.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/frontEndUpgrade.sh b/frontEndUpgrade.sh index abb22b1..e1272f7 100755 --- a/frontEndUpgrade.sh +++ b/frontEndUpgrade.sh @@ -60,11 +60,12 @@ function init(){ cd $workPath if [ ! -f "$fileName" ];then echo "file $fileName not exist!" - cd $projectPath - mkdir dist - echo "helo" > helo.txt - mv helo.txt dist - zip -r $fileName dist + # cd $projectPath + # mkdir dist + # echo "helo" > helo.txt + # mv helo.txt dist + # zip -r $fileName dist + exit 0 fi cd $workPath if [ ! -d "$projectPath" ]; then