1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-22 05:43:01 +00:00
This commit is contained in:
neilpang
2018-02-14 20:40:49 +08:00
parent fa991c8501
commit 28145a9deb
2 changed files with 8 additions and 5 deletions
-1
View File
@@ -62,7 +62,6 @@ existing_records() {
_debug "Getting txt records"
root=$1
sub=$2
count=0
if ! _rest GET "record/$_domain_id?:domain_id?host_id=0&offset=0&row_num=100"; then
return 1
fi