From fca28fa7bde49951482f4a819df008083cc9e528 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Wed, 1 Mar 2023 21:44:53 +0800 Subject: [PATCH] init block frontEnd file --- frontEndUpgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontEndUpgrade.sh b/frontEndUpgrade.sh index 010c258..c833088 100755 --- a/frontEndUpgrade.sh +++ b/frontEndUpgrade.sh @@ -60,7 +60,7 @@ function init(){ cd $workPath if [ ! -f "$fileName" ];then echo "file $fileName not exist! make a block file now!" - touch $fileName + echo "block" > $fileName fi if [ ! -d "$projectPath" ]; then echo "path $projectPath exist! "