mirror of
https://git.proxmox.com/git/proxmox-acme
synced 2025-05-02 18:15:23 +00:00
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:
parent
caef9d47f3
commit
1b871fa818
@ -724,6 +724,10 @@ _clearaccountconf() {
|
|||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_clearaccountconf_mutable() {
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
_cleardomainconf() {
|
_cleardomainconf() {
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user