From: Stoiko Ivanov Date: Fri, 4 Mar 2022 15:10:58 +0000 (+0100) Subject: plugin-caller: add _readdomainconf stub X-Git-Url: https://git.proxmox.com/?p=proxmox-acme.git;a=commitdiff_plain;h=0f730fda4934cc60d1753c0b07064c686e3f46fb plugin-caller: add _readdomainconf stub it's used by the dns_hetzner (and dns_nsd) plugins. reported in our community-forum (and tested there as well): https://forum.proxmox.com/threads/.105879/ Signed-off-by: Stoiko Ivanov --- diff --git a/src/proxmox-acme b/src/proxmox-acme index a00d23a..637a405 100644 --- a/src/proxmox-acme +++ b/src/proxmox-acme @@ -696,6 +696,11 @@ _readaccountconf_mutable() { _readaccountconf "$1" } +# key +_readdomainconf() { + echo "${!1}" +} + # no-ops: _clearaccountconf() { return 0