We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a6ec6 commit 1f9547eCopy full SHA for 1f9547e
bin/v-update-sys-vesta
@@ -33,7 +33,7 @@ check_args '1' "$#" 'PACKAGE'
33
# Action #
34
#----------------------------------------------------------#
35
36
-if [ -z "/etc/redhat-release" ]; then
+if [ -e "/etc/redhat-release" ]; then
37
# Clean yum chache
38
yum -q clean all
39
0 commit comments