Browse Source

fix format

pull/3029/head
neil 5 years ago
parent
commit
1dffaba266
  1. 8
      dnsapi/dns_regru.sh

8
dnsapi/dns_regru.sh

@ -89,10 +89,10 @@ _get_root() {
do do
case "${domain}" in case "${domain}" in
*${ITEM}*) *${ITEM}*)
_domain=${ITEM} _domain=${ITEM}
_debug _domain "${_domain}" _debug _domain "${_domain}"
return 0 return 0
;; ;;
esac esac
done done

|||||||
100:0
Loading…
Cancel
Save