From bebff0e3f91988fb1a33b503c08c376503f9b78c Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Wed, 1 Mar 2023 21:27:57 +0800 Subject: [PATCH] init block frontEnd file --- frontEndUpgrade.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontEndUpgrade.sh b/frontEndUpgrade.sh index 80777bb..010c258 100755 --- a/frontEndUpgrade.sh +++ b/frontEndUpgrade.sh @@ -59,8 +59,8 @@ function extractHere() { function init(){ cd $workPath if [ ! -f "$fileName" ];then - echo "file $fileName not exist!" - exit 0 + echo "file $fileName not exist! make a block file now!" + touch $fileName fi if [ ! -d "$projectPath" ]; then echo "path $projectPath exist! "