reinstal -> reinstall
unless it's getting truncated somewhere along the way
This commit is contained in:
parent
1781568d08
commit
a0871a9e35
@ -126,7 +126,7 @@ if ! $YUM --help | grep -q downloadonly; then
|
|||||||
elif [ "$YUM_ACTION" == "list" ] || [ "$YUM_ACTION" == "search" ]; then
|
elif [ "$YUM_ACTION" == "list" ] || [ "$YUM_ACTION" == "search" ]; then
|
||||||
# those actions do not download any package, so lack of --downloadonly is irrelevant
|
# those actions do not download any package, so lack of --downloadonly is irrelevant
|
||||||
YUM_COMMAND="$YUM $YUM_ACTION -y"
|
YUM_COMMAND="$YUM $YUM_ACTION -y"
|
||||||
elif [ "$YUM_ACTION" == "reinstal" ]; then
|
elif [ "$YUM_ACTION" == "reinstall" ]; then
|
||||||
# this is just approximation of 'reinstall' action...
|
# this is just approximation of 'reinstall' action...
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
PKGLIST=$(rpm --root=$DOM0_UPDATES_DIR -q $PKGLIST)
|
PKGLIST=$(rpm --root=$DOM0_UPDATES_DIR -q $PKGLIST)
|
||||||
|
Loading…
Reference in New Issue
Block a user