mirror of https://github.com/v2ray/v2ray-core
parent
423b2a815e
commit
4032e20b03
|
@ -447,7 +447,7 @@ main(){
|
|||
RETVAL="$?"
|
||||
if [[ $RETVAL == 0 ]] && [[ "$FORCE" != "1" ]]; then
|
||||
colorEcho ${BLUE} "Latest version ${CUR_VER} is already installed."
|
||||
if [ -n "${ERROR_IF_UPTODATE}" ]; then
|
||||
if [[ "${ERROR_IF_UPTODATE}" == "1" ]]; then
|
||||
return 10
|
||||
fi
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue