File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ NANELO_API="https://api.nanelo.com/v1/"
99
1010# ####### Public functions #####################
1111
12- # Usage: add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs"
12+ # Usage: add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs"
1313dns_nanelo_add () {
1414 fulldomain=$1
1515 txtvalue=$2
@@ -29,7 +29,7 @@ dns_nanelo_add() {
2929 if _contains " ${response} " ' success' ; then
3030 return 0
3131 fi
32- _err " Could not create resource record, check logs"
32+ _err " Could not create resource record, please check the logs"
3333 _err " ${response} "
3434 return 1
3535}
@@ -53,7 +53,7 @@ dns_nanelo_rm() {
5353 if _contains " ${response} " ' success' ; then
5454 return 0
5555 fi
56- _err " Could not delete resource record, check logs"
56+ _err " Could not delete resource record, please check the logs"
5757 _err " ${response} "
5858 return 1
5959}
You can’t perform that action at this time.
0 commit comments