vm: fix package cleaning
This commit is contained in:
parent
d1ab5f4e05
commit
4b3b0f4b88
@ -38,7 +38,7 @@ sed -i '/^reposdir\s*=/d' $DOM0_UPDATES_DIR/etc/yum.conf
|
||||
|
||||
if [ "x$CLEAN" = "1" ]; then
|
||||
yum $OPTS clean all
|
||||
rm -- $DOM0_UPDATES_DIR/packages/*
|
||||
rm -f $DOM0_UPDATES_DIR/packages/*
|
||||
fi
|
||||
|
||||
if [ "x$PKGLIST" = "x" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user