hostup
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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 ;; |
|
|
|