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