]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
trigger a GH actions change
authorTom Cocca <tcocca@propertybase.com>
Thu, 23 Sep 2021 12:20:50 +0000 (08:20 -0400)
committerTom Cocca <tcocca@propertybase.com>
Thu, 23 Sep 2021 12:20:50 +0000 (08:20 -0400)
dnsapi/dns_rackspace.sh

index 9c9671825203f07f4871ceadcbc44189ef9dfd8f..62af3c67eb1d1370668535eb3b3ae5e635080a6b 100644 (file)
@@ -80,7 +80,7 @@ _get_root_zone() {
     _debug2 response "$response"
     if _contains "$response" "\"name\":\"$h\"" >/dev/null; then
       # Response looks like:
-      #   {"id": "12345","accountId": "1111111","name": "example.com","ttl": 3600,"emailAddress": ...<and so on>
+      #   {"id": "12345","accountId": "1111111","name": "example.com","ttl": 3600,"emailAddress": ... <and so on>
       _domain_id=$(echo "$response" | sed -n "s/^.*\"id\":\"\([^,]*\)\",\"accountId\":\"[0-9]*\",\"name\":\"$h\",.*/\1/p")
       _debug2 domain_id "$_domain_id"
       if [ -n "$_domain_id" ]; then