update nas server ip

This commit is contained in:
Ping Xiao 2023-07-01 13:43:12 +08:00
parent 617115ba85
commit 732f7a666f
1 changed files with 1 additions and 1 deletions

View File

@ -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 "