diff --git a/ossUpgrade.sh b/ossUpgrade.sh index 1b93593..23f8ab9 100755 --- a/ossUpgrade.sh +++ b/ossUpgrade.sh @@ -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