调试那个多下载的bug
This commit is contained in:
parent
2c1b5cc0b9
commit
0c7f895f2c
@ -38,7 +38,11 @@ function compare(){
|
||||
if [ "${upstreamOssInfoMd5}" = "${locOssInfoMd5}" ];then
|
||||
return 0
|
||||
else
|
||||
return 1
|
||||
if [ "${upstreamOssInfoMd5}" = "d41d8cd98f00b204e9800998ecf8427e" || "${locOssInfoMd5}" != "d41d8cd98f00b204e9800998ecf8427e" ];then
|
||||
return 0
|
||||
else
|
||||
return 1
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user