Unverified Commit 233c724b authored by stephen's avatar stephen Committed by GitHub
Browse files

dns.la official acme script

dns.la official acme script
parent e1eb0018
......@@ -83,11 +83,10 @@ add_record() {
return 1
fi
if _contains "$response" "\"code\":300"; then
_record_id=$(printf "%s" "$response" | grep '"resultid"' | cut -d : -f 2 | cut -d , -f 1 | tr -d '\r' | tr -d '\n')
_debug _record_id "$_record_id"
if _contains "$response" "resultid" || _contains "$response" "\"code\":532"; then
return 0
fi
_contains "$response" "\"code\":300"
return 1
}
#################### Private functions below ##################################
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment