nfvbenchvm: add 2 debug features to build-image.sh
[nfvbench.git] / nfvbenchvm / dib / elements / nfvbenchvm / post-install.d / 03-copy-rc-local
index 24facec..4a8e66b 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/bash
 
+if [ ${DIB_DEBUG_TRACE:-1} -gt 0 ]; then
+    set -x
+fi
+
 # Stop on error
 set -euo pipefail