Merge "Use --disable= in subscription-manager to avoid shell expansion."

This commit is contained in:
Jenkins 2017-03-01 05:28:41 +00:00 committed by Gerrit Code Review
commit d8aa952a75
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ case "${REG_METHOD:-}" in
if [ -z "${REG_AUTO_ATTACH:-}" -a -z "${REG_ACTIVATION_KEY:-}" ]; then
retry subscription-manager attach $attach_opts
fi
retry subscription-manager repos --disable '*'
retry subscription-manager repos --disable='*'
retry subscription-manager $repos
;;
satellite)