From 0f730fda4934cc60d1753c0b07064c686e3f46fb Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Fri, 4 Mar 2022 16:10:58 +0100 Subject: [PATCH] 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 --- src/proxmox-acme | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.2