Fixing bugs for DO agent

This commit is contained in:
Eric Renfro 2021-01-31 13:04:48 -05:00
parent c19830dd14
commit 7d7b7808d2
Signed by untrusted user who does not match committer: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ _update_dns_do_get_domain() {
echo "$domain"
return 0
fi
done <<< "$($(sed -e 's/^"//' -e 's/"$//' <<<"$(echo "$response" | jq ".domains[].name")")"
done <<< "$(sed -e 's/^"//' -e 's/"$//' <<<"$(echo "$response" | jq ".domains[].name")")"
return 1
}