Update install-release.sh

This commit is contained in:
sunshineplan
2019-05-28 21:52:40 +08:00
committed by GitHub
parent 548910c205
commit 44d1c088e7
+1 -1
View File
@@ -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