mirror of https://github.com/v2ray/v2ray-core
Update install-release.sh
parent
be27720c74
commit
548910c205
|
@ -430,7 +430,7 @@ main(){
|
||||||
getVersion
|
getVersion
|
||||||
RETVAL="$?"
|
RETVAL="$?"
|
||||||
if [[ $RETVAL == 0 ]] && [[ "$FORCE" != "1" ]]; then
|
if [[ $RETVAL == 0 ]] && [[ "$FORCE" != "1" ]]; then
|
||||||
colorEcho ${BLUE} "Latest version ${NEW_VER} is already installed."
|
colorEcho ${BLUE} "Latest version ${CUR_VER} is already installed."
|
||||||
if [[ "${ERROR_IF_UPTODATE}" == "1" ]]; then
|
if [[ "${ERROR_IF_UPTODATE}" == "1" ]]; then
|
||||||
return 10
|
return 10
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue