Browse Source

Update dns_hostup.sh

pull/6655/head
hostup 1 week ago
committed by GitHub
parent
commit
64a6ea68fa
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      dnsapi/dns_hostup.sh

2
dnsapi/dns_hostup.sh

@ -181,7 +181,7 @@ _hostup_detect_zone() {
HOSTUP_ZONE_ID="$_lookup_zone_id" HOSTUP_ZONE_ID="$_lookup_zone_id"
return 0 return 0
fi fi
case "$_domain_candidate" in case "$_domain_candidate" in
*.*) ;; *.*) ;;
*) break ;; *) break ;;

Loading…
Cancel
Save