Turn down yum install-packages

When debugging, this is very noisy for very little value.  If we need
to specifically debug this script we can turn up the level.

Change-Id: Ie15f16397c37e718aa919853697cbf2c5c08503c
This commit is contained in:
Ian Wienand 2016-10-20 15:19:31 +11:00
parent 85354e5cd8
commit a44b55ccaa

View File

@ -14,7 +14,7 @@
# License for the specific language governing permissions and limitations
# under the License.
if [ ${DIB_DEBUG_TRACE:-0} -gt 0 ]; then
if [ ${DIB_DEBUG_TRACE:-0} -gt 1 ]; then
set -x
fi
set -eu