X-Git-Url: https://git.proxmox.com/?p=proxmox-acme.git;a=blobdiff_plain;f=src%2Fproxmox-acme;h=6cc7b5feba18d62fa9108bfd2d4e883e86d03a4c;hp=9c55521da77e3dd8900cbbc050c3f792038d1114;hb=b0d717c72fffda0f83a2273153dd10462965f16a;hpb=79364a8c544800652af04ba0acd53f3d4951dc5d diff --git a/src/proxmox-acme b/src/proxmox-acme index 9c55521..6cc7b5f 100644 --- a/src/proxmox-acme +++ b/src/proxmox-acme @@ -609,7 +609,7 @@ __red() { } _log() { - return + return 0 } _info() { @@ -640,11 +640,11 @@ _readaccountconf_mutable() { # no-ops: _clearaccountconf() { - return + return 0 } _cleardomainconf() { - return + return 0 } _debug() { @@ -676,23 +676,23 @@ _secure_debug3() { } _saveaccountconf() { - return + return 0 } _saveaccountconf_mutable() { - return + return 0 } _save_conf() { - return + return 0 } _savedomainconf() { - return + return 0 } _source_plugin_config() { - return + return 0 } # Proxmox implementation to inject the DNSAPI variables