This commit is contained in:
zhangkun9038@dingtalk.com 2023-03-01 22:50:54 +08:00
parent 52fd8540e4
commit 734615abd4

View File

@ -60,7 +60,6 @@ function init(){
cd $workPath cd $workPath
if [ ! -f "$fileName" ];then if [ ! -f "$fileName" ];then
echo "file $fileName not exist!" echo "file $fileName not exist!"
exit 0
fi fi
if [ ! -d "$projectPath" ]; then if [ ! -d "$projectPath" ]; then
echo "path $projectPath exist! " echo "path $projectPath exist! "