update nas server ip
This commit is contained in:
parent
617115ba85
commit
732f7a666f
|
@ -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