Switch set -x to set -e to disable output

This ps changes set -x to set -e in config.sh so that all the
commands will not throw in output

Change-Id: I08d2e56ea300509a3f579c888bfe6f1bd69deefd
Signed-off-by: Sreejith Punnapuzha <sreejith.punnapuzha@outlook.com>
This commit is contained in:
Sreejith Punnapuzha 2019-12-05 15:07:47 -06:00
parent 6c4373d19f
commit 24cac52500
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ config_net_is_layer3() {
config_netspec_for_role() {
role="$1"
set -x
set -e
for net in $(config_net_list)
do