diff --git a/bin/v-update-sys-vesta b/bin/v-update-sys-vesta index f6bebe0e0..d47fb9f06 100755 --- a/bin/v-update-sys-vesta +++ b/bin/v-update-sys-vesta @@ -33,7 +33,7 @@ check_args '1' "$#" 'PACKAGE' # Action # #----------------------------------------------------------# -if [ -z "/etc/redhat-release" ]; then +if [ -e "/etc/redhat-release" ]; then # Clean yum chache yum -q clean all