Browse Source

Update install-release.sh

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

2
release/install-release.sh

@ -220,7 +220,7 @@ getVersion(){
return 3
elif [[ $RETVAL -ne 0 ]];then
return 2
elif [[ `echo $NEW_VER | cut -d. -f-2` != `echo $CUR_VER | cut -d. -f-2` ]];then
elif [[ $NEW_VER != $CUR_VER ]];then
return 1
fi
return 0

Loading…
Cancel
Save