Browse Source

fix format

neilpang 8 years ago
parent
commit
1476a9ecf1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dnsapi/dns_lua.sh

+ 1 - 1
dnsapi/dns_lua.sh

@@ -67,7 +67,7 @@ dns_lua_add() {
     _debug "record_id" "$record_id"
 
     _LUA_rest PUT "zones/$_domain_id/records/$record_id" "{\"id\":$record_id,\"type\":\"TXT\",\"name\":\"$fulldomain.\",\"content\":\"$txtvalue\",\"zone_id\":$_domain_id,\"ttl\":120}"
-    if [ "$?" = "0" ] && _contains "$response" "updated_at" ; then
+    if [ "$?" = "0" ] && _contains "$response" "updated_at"; then
       _info "Updated!"
       #todo: check if the record takes effect
       return 0