Merge pull request #6777 from dokku/6765-fix-func-name

Use correct function name in openresty:report output
This commit is contained in:
Jose Diaz-Gonzalez
2024-03-28 21:36:24 -04:00
committed by GitHub

View File

@@ -26,7 +26,7 @@ fn-openresty-access-log-path() {
fn-plugin-property-get-default "openresty" "$APP" "access-log-path" "${OPENRESTY_LOG_ROOT}/${APP}-access.log"
}
fn-fn-openresty-allowed-letsencrypt-domains-func-base64() {
fn-openresty-allowed-letsencrypt-domains-func-base64() {
declare desc="get the configured allowed domains func base64"
fn-plugin-property-get-default "openresty" "--global" "allowed-letsencrypt-domains-func-base64" "return true" | base64 -w 0