Don't print commands during yum update

The commands contain package lists, so having "set -x" makes the
logged result very very verbose.

Change-Id: I8ffda90eb0633b6b46e29c5af7ed2ff3571c14a2
Related-Bug: #1813684
This commit is contained in:
Steve Baker 2019-03-22 11:30:56 +13:00
parent 9014df9472
commit c0bcc3c438
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -eoux pipefail
set -eou pipefail
packages_for_update=
if [ -n "$1" ] && command -v repoquery >/dev/null 2>&1; then