Browse Source

more formatting issues

pull/2117/head
Steven M. Miano 7 years ago
parent
commit
27b84a0f85
  1. 2
      dnsapi/dns_ultra.sh

2
dnsapi/dns_ultra.sh

@ -120,7 +120,7 @@ _get_root() {
if ! _ultra_rest GET "zones"; then
return 1
fi
if _contains "${response}" "${h}." > /dev/null; then
if _contains "${response}" "${h}." >/dev/null; then
_domain_id=$(echo "$response" | _egrep_o "${h}")
if [ "$_domain_id" ]; then
_sub_domain=$(printf "%s" "$domain" | cut -d . -f 1-$p)

Loading…
Cancel
Save