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

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