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
|
if [ -z "${REG_AUTO_ATTACH:-}" -a -z "${REG_ACTIVATION_KEY:-}" ]; then
|
||||||
retry subscription-manager attach $attach_opts
|
retry subscription-manager attach $attach_opts
|
||||||
fi
|
fi
|
||||||
retry subscription-manager repos --disable '*'
|
retry subscription-manager repos --disable='*'
|
||||||
retry subscription-manager $repos
|
retry subscription-manager $repos
|
||||||
;;
|
;;
|
||||||
satellite)
|
satellite)
|
||||||
|
Loading…
Reference in New Issue
Block a user