Merge "Use --disable= in subscription-manager to avoid shell expansion."
This commit is contained in:
commit
d8aa952a75
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user