From 2c1b5cc0b932ceddbd3ca1bf4e760f807d8c5499 Mon Sep 17 00:00:00 2001
From: "zhangkun9038@dingtalk.com" <zhangkun9038@dingtalk.com>
Date: Fri, 5 May 2023 11:20:11 +0800
Subject: [PATCH] basePath from

---
 ossUpgrade.sh | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

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