[pve-devel] [PATCH proxmox-acme 1/2] proxmox-acme: add empty _clearaccountconf_mutable helper

Stoiko Ivanov s.ivanov at proxmox.com
Tue Feb 21 14:13:17 CET 2023


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 at proxmox.com>
---
 src/proxmox-acme | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/proxmox-acme b/src/proxmox-acme
index 8d022c6..a796547 100644
--- a/src/proxmox-acme
+++ b/src/proxmox-acme
@@ -724,6 +724,10 @@ _clearaccountconf() {
   return 0
 }
 
+_clearaccountconf_mutable() {
+  return 0
+}
+
 _cleardomainconf() {
   return 0
 }
-- 
2.30.2






More information about the pve-devel mailing list