Merge pull request #21918 from taosdata/test/update_nas_server
update nas server ip
This commit is contained in:
commit
5a38378fe5
|
@ -152,7 +152,7 @@ function wgetFile {
|
|||
file=$1
|
||||
versionPath=$2
|
||||
sourceP=$3
|
||||
nasServerIP="192.168.1.131"
|
||||
nasServerIP="192.168.1.213"
|
||||
packagePath="/nas/TDengine/v${versionPath}/${verMode}"
|
||||
if [ -f ${file} ];then
|
||||
echoColor YD "${file} already exists ,it will delete it and download it again "
|
||||
|
|
Loading…
Reference in New Issue