From fb675223244a24b7d0d9a6f61829ccfda1a20815 Mon Sep 17 00:00:00 2001 From: Sergei Filippov Date: Fri, 15 Apr 2016 23:41:15 +1200 Subject: [PATCH] Update dns-myapi.sh --- dnsapi/dns-myapi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnsapi/dns-myapi.sh b/dnsapi/dns-myapi.sh index 9d53c7f7..4236e41c 100644 --- a/dnsapi/dns-myapi.sh +++ b/dnsapi/dns-myapi.sh @@ -3,7 +3,7 @@ #Here is a sample custom api script. #This file name is "dns-myapi.sh" #So, here must be a method dns-myapi-add() -#Which will be called by le.sh to add the txt record to your api system. +#Which will be called by acme.sh to add the txt record to your api system. #returns 0 meanst success, otherwise error.