From a44b55ccaaff7f252f048a180a26006c86d21ceb Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 20 Oct 2016 15:19:31 +1100 Subject: [PATCH] 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 --- elements/yum/bin/install-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/yum/bin/install-packages b/elements/yum/bin/install-packages index 2bef134a..3dc72c84 100755 --- a/elements/yum/bin/install-packages +++ b/elements/yum/bin/install-packages @@ -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