mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 03:57:43 +01:00
7 lines
159 B
Bash
Executable File
7 lines
159 B
Bash
Executable File
#!/usr/bin/env bash
|
|
source "$PLUGIN_AVAILABLE_PATH/caddy-vhosts/command-functions"
|
|
set -eo pipefail
|
|
[[ $DOKKU_TRACE ]] && set -x
|
|
|
|
cmd-caddy-report-single "$@"
|