Browse Source

Update install-release.sh

sunshineplan 6 years ago
parent
commit
548910c205
1 changed files with 1 additions and 1 deletions
  1. 1 1
      release/install-release.sh

+ 1 - 1
release/install-release.sh

@@ -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