提交 b911f357 编写于 作者: haoranc's avatar haoranc

test:update verisonFile every time on testpackage.sh

上级 9415ecb4
...@@ -67,6 +67,7 @@ fi ...@@ -67,6 +67,7 @@ fi
} }
function wgetFile { function wgetFile {
file=$1 file=$1
...@@ -75,7 +76,10 @@ if [ ! -f ${file} ];then ...@@ -75,7 +76,10 @@ if [ ! -f ${file} ];then
echoColor BD "wget https://www.taosdata.com/assets-download/3.0/${file}" echoColor BD "wget https://www.taosdata.com/assets-download/3.0/${file}"
wget https://www.taosdata.com/assets-download/3.0/${file} wget https://www.taosdata.com/assets-download/3.0/${file}
else else
echoColor YD "${file} already exists " echoColor YD "${file} already exists and use new file "
rm -rf ${file}
echoColor BD "wget https://www.taosdata.com/assets-download/3.0/${file}"
wget https://www.taosdata.com/assets-download/3.0/${file}
fi fi
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册