proxmox-acme: add empty _clearaccountconf_mutable helper

it is used by dns_cf.sh.
reported in our community forum:
https://forum.proxmox.com/threads/.122961/

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
Stoiko Ivanov 2023-02-21 14:13:17 +01:00 committed by Thomas Lamprecht
parent caef9d47f3
commit 1b871fa818

View File

@ -724,6 +724,10 @@ _clearaccountconf() {
return 0
}
_clearaccountconf_mutable() {
return 0
}
_cleardomainconf() {
return 0
}