From 351f58aca6bb1a94eac1a2eb212c40cac9c80006 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Thu, 2 Mar 2023 02:57:26 +0800 Subject: [PATCH] rebase --- frontEndUpgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontEndUpgrade.sh b/frontEndUpgrade.sh index e1272f7..c2bbdd7 100755 --- a/frontEndUpgrade.sh +++ b/frontEndUpgrade.sh @@ -59,7 +59,7 @@ function extractHere() { function init(){ cd $workPath if [ ! -f "$fileName" ];then - echo "file $fileName not exist!" + echo "file $fileName not exist in $workPath !" # cd $projectPath # mkdir dist # echo "helo" > helo.txt