Do not have tracing turned on for production

This commit is contained in:
George T Kramer
2019-08-08 15:25:25 -07:00
parent c877b0e3e5
commit ed3f44ba99

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2019 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
set -xe
set -e
if [[ -e /etc/profile.d/proxy.sh ]]; then
source /etc/profile.d/proxy.sh
fi