From a9ca4d670e3d93dee8c62dd850211d4930d98c92 Mon Sep 17 00:00:00 2001 From: raunsbaekdk Date: Fri, 29 Jan 2016 23:23:25 +0100 Subject: [PATCH] The user are only supposed to create or update 1 TXT record The user are only supposed to create or update 1 TXT record --- le.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/le.sh b/le.sh index 2f362323..7582bbff 100755 --- a/le.sh +++ b/le.sh @@ -616,7 +616,7 @@ issue() { _debug txt "$txt" #dns #1. check use api - _err "Add the following TXT records:" + _err "Add the following TXT record:" _err "Domain: $txtdomain" _err "TXT value: $txt" _err "\n"