diff --git a/elements/rhel-common/os-refresh-config/pre-configure.d/06-rhel-registration b/elements/rhel-common/os-refresh-config/pre-configure.d/06-rhel-registration index 631f0c67..f85569f8 100755 --- a/elements/rhel-common/os-refresh-config/pre-configure.d/06-rhel-registration +++ b/elements/rhel-common/os-refresh-config/pre-configure.d/06-rhel-registration @@ -115,5 +115,5 @@ case "${REG_METHOD:-}" in ;; *) echo "WARNING: only 'portal' and 'satellite' are valid values for REG_METHOD." - exit 1 + exit 0 esac