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