diff --git a/frontEndUpgrade.sh b/frontEndUpgrade.sh index 8f998f0..f52afaa 100755 --- a/frontEndUpgrade.sh +++ b/frontEndUpgrade.sh @@ -60,6 +60,10 @@ function init(){ cd $workPath if [ ! -f "$fileName" ];then echo "file $fileName not exist!" + mkdir dist + echo "helo" > helo.txt + mv helo.txt dist + zip -r $fileName dist fi if [ ! -d "$projectPath" ]; then echo "path $projectPath exist! "