mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Add DOKKU_TRACE support to turn on command tracing
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x
|
||||
|
||||
if [[ ! -z $DOKKU_HOST ]]; then
|
||||
function dokku {
|
||||
|
||||
Reference in New Issue
Block a user