basePath from

This commit is contained in:
zhangkun9038@dingtalk.com 2023-05-05 11:20:11 +08:00
parent 6c0a8af4a9
commit 2c1b5cc0b9

View File

@ -9,11 +9,8 @@ preName="${fileName%.*}"
protol=oss
basePath=/var/temp/autoDeploy
basePath=$3
if [ -n $3 ]; then
basePath=$RR
fi
if [ ! -d $basePath ]; then
mkdir $basePath -p
fi