We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c64056 commit 2bac2d3Copy full SHA for 2bac2d3
bin/v-add-letsencrypt-domain
@@ -299,7 +299,7 @@ for auth in $authz; do
299
validation=$(echo "$answer"|grep -A1 $proto |tail -n1|cut -f4 -d \")
300
nonce=$(echo "$answer" |grep -i nonce |cut -f2 -d \ |tr -d '\r\n')
301
status=$(echo "$answer"|grep HTTP/ |tail -n1 |cut -f 2 -d ' ')
302
- details=$(echo "$answer"| grep detail | cut -f 2 -d ',' | cut -f 2-4 -d ':')
+ details=$(echo "$answer"| grep detail | cut -f 1 -d ',' | cut -f 2-4 -d ':' | cut -f 2 -d '"')
303
if [[ "$status" -ne 200 ]]; then
304
# Delete DNS CAA record
305
if [ ! -z "$DNS_SYSTEM" ]; then
0 commit comments