X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=nfvbenchvm%2Fdib%2Felements%2Fnfvbenchvm%2Fpost-install.d%2F03-copy-rc-local;h=4a8e66b5f33e40c6e0433ac3c0a6db245ada8998;hb=refs%2Fchanges%2F34%2F73234%2F1;hp=24facec77e879c743da60bdc88094a5f5cc6fb5a;hpb=ce062d315394b813ce79849c6595d198351c2cec;p=nfvbench.git diff --git a/nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/03-copy-rc-local b/nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/03-copy-rc-local index 24facec..4a8e66b 100755 --- a/nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/03-copy-rc-local +++ b/nfvbenchvm/dib/elements/nfvbenchvm/post-install.d/03-copy-rc-local @@ -1,5 +1,9 @@ #!/bin/bash +if [ ${DIB_DEBUG_TRACE:-1} -gt 0 ]; then + set -x +fi + # Stop on error set -euo pipefail