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! "