Don't trace RHEL registration scripts

These scripts are littered with references to passwords and keys,
so rather than try to disable tracing in every one of those places
I propose we simply turn it off for the scripts.  This will likely
need to be revisited after the global tracing discussion is
resolved anyway.

Change-Id: I805015300bf01b2f8eec9f70ccfdf533dd9386b3
Related-Bug: 1298205
This commit is contained in:
Ben Nemec 2014-12-17 16:39:27 -06:00
parent 9a53631e1c
commit 68394e134e
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
set -eux
set -eu
set -o pipefail
REG_ACTIVATION_KEY="$(os-apply-config --key rh_registration.activation_key --type raw --key-default '')"

View File

@ -1,5 +1,5 @@
#!/bin/bash
set -eux
set -eu
set -o pipefail
opts=