diff --git a/bin/v-list-sys-vesta-updates b/bin/v-list-sys-vesta-updates index dee911dc..3fea4571 100755 --- a/bin/v-list-sys-vesta-updates +++ b/bin/v-list-sys-vesta-updates @@ -81,7 +81,7 @@ else TIME=$(date -d @$pkg_date +"%T") fi UPDATED='yes' -if [ ! -z "$latest" ] && [ "$latest" != "vesta-$VERSION-$RELEASE" ]; then +if [ ! -z "$latest" ] && [ "$latest" \> "vesta-$VERSION-$RELEASE" ]; then UPDATED='no' fi data="NAME='vesta' VERSION='$VERSION' RELEASE='$RELEASE' ARCH='$ARCH'"