Merge "Export unbound variable DIB_RHSM_USER"

This commit is contained in:
Jenkins 2014-05-22 17:02:19 +00:00 committed by Gerrit Code Review
commit 0f6f533993
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,8 @@
set -eu
set -o pipefail
export DIB_RHSM_USER=${DIB_RHSM_USER:-}
if [ -n "$DIB_RHSM_USER" ] && [ -n "$DIB_RHSM_PASSWORD" ]; then
if [[ "$DIB_REG_TYPE" == "rhn" ]]; then
rm -rf /etc/sysconfig/rhn/systemid

View File

@ -3,6 +3,8 @@
set -eu
set -o pipefail
export DIB_RHSM_USER=${DIB_RHSM_USER:-}
if [ -n "$DIB_RHSM_USER" ] && [ -n "$DIB_RHSM_PASSWORD" ]
then
opts="--force"