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:
parent
9014df9472
commit
c0bcc3c438
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user