mirror of
https://git.proxmox.com/git/proxmox-acme
synced 2025-04-28 15:38:12 +00:00
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 <s.ivanov@proxmox.com>
This commit is contained in:
parent
5d66271dcf
commit
0f730fda49
@ -696,6 +696,11 @@ _readaccountconf_mutable() {
|
||||
_readaccountconf "$1"
|
||||
}
|
||||
|
||||
# key
|
||||
_readdomainconf() {
|
||||
echo "${!1}"
|
||||
}
|
||||
|
||||
# no-ops:
|
||||
_clearaccountconf() {
|
||||
return 0
|
||||
|
Loading…
Reference in New Issue
Block a user