Add DOKKU_TRACE support to turn on command tracing

This commit is contained in:
Jose Diaz-Gonzalez
2015-01-11 22:38:07 -05:00
parent cd65704c5e
commit 34895630fd

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x
if [[ ! -z $DOKKU_HOST ]]; then
function dokku {