mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 12:07:45 +01:00
7 lines
167 B
Plaintext
7 lines
167 B
Plaintext
|
|
#!/usr/bin/env bash
|
||
|
|
source "$PLUGIN_AVAILABLE_PATH/openresty-vhosts/command-functions"
|
||
|
|
set -eo pipefail
|
||
|
|
[[ $DOKKU_TRACE ]] && set -x
|
||
|
|
|
||
|
|
cmd-openresty-report-single "$@"
|