]> git.proxmox.com Git - proxmox-acme.git/commitdiff
proxmox-acme: add empty _clearaccountconf_mutable helper
authorStoiko Ivanov <s.ivanov@proxmox.com>
Tue, 21 Feb 2023 13:13:17 +0000 (14:13 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Feb 2023 16:26:28 +0000 (17:26 +0100)
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>
src/proxmox-acme

index 8d022c69bf6b0f74e8d580887d1123d5826d5b45..a7965477725d6be4261f14a746cc7e94a1fbfc61 100644 (file)
@@ -724,6 +724,10 @@ _clearaccountconf() {
   return 0
 }
 
+_clearaccountconf_mutable() {
+  return 0
+}
+
 _cleardomainconf() {
   return 0
 }