mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-02 23:47:07 -05:00
Update install-release.sh
This commit is contained in:
parent
be27720c74
commit
548910c205
@ -430,7 +430,7 @@ main(){
|
||||
getVersion
|
||||
RETVAL="$?"
|
||||
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
|
||||
return 10
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user