Browse Source

Update install-release.sh

pull/1705/head
sunshineplan 6 years ago committed by GitHub
parent
commit
548910c205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      release/install-release.sh

2
release/install-release.sh

@ -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…
Cancel
Save