Skip to content

Commit

Permalink
Merge "Use -y on zypper remove to avoid hanging"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Nov 20, 2016
2 parents ab79720 + 56b3912 commit 5dbb826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions-common
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@ function uninstall_package {
elif is_fedora; then
sudo ${YUM:-yum} remove -y "$@" ||:
elif is_suse; then
sudo zypper rm "$@" ||:
sudo zypper remove -y "$@" ||:
else
exit_distro_not_supported "uninstalling packages"
fi
Expand Down

0 comments on commit 5dbb826

Please sign in to comment.