Browse Source

dns_porkbun: remove stray backslashes

pull/5212/head
allddd 2 months ago
parent
commit
7ae0d0caa3
  1. 2
      dnsapi/dns_porkbun.sh

2
dnsapi/dns_porkbun.sh

@ -93,7 +93,7 @@ dns_porkbun_rm() {
_err "Delete record error."
return 1
fi
echo "$response" | tr -d " " | grep '\"status\":"SUCCESS"' >/dev/null
echo "$response" | tr -d " " | grep '"status":"SUCCESS"' >/dev/null
fi
}

Loading…
Cancel
Save