diff --git a/files/yum_update.sh b/files/yum_update.sh index ed9546c..7495264 100755 --- a/files/yum_update.sh +++ b/files/yum_update.sh @@ -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