mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-17 23:06:30 -05:00
Update install-release.sh
This commit is contained in:
parent
548910c205
commit
44d1c088e7
@ -220,7 +220,7 @@ getVersion(){
|
|||||||
return 3
|
return 3
|
||||||
elif [[ $RETVAL -ne 0 ]];then
|
elif [[ $RETVAL -ne 0 ]];then
|
||||||
return 2
|
return 2
|
||||||
elif [[ `echo $NEW_VER | cut -d. -f-2` != `echo $CUR_VER | cut -d. -f-2` ]];then
|
elif [[ $NEW_VER != $CUR_VER ]];then
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
Reference in New Issue
Block a user