mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-30 04:22:44 +00:00
Better debug messages for root domain detection
This commit is contained in:
parent
7512dbffbb
commit
150c708726
@ -162,6 +162,9 @@ _get_root() {
|
|||||||
if _contains "$domain" "$rootDomain"; then
|
if _contains "$domain" "$rootDomain"; then
|
||||||
_domain="$rootDomain"
|
_domain="$rootDomain"
|
||||||
_sub_domain=$(echo "$domain" | sed "s/.$rootDomain//g")
|
_sub_domain=$(echo "$domain" | sed "s/.$rootDomain//g")
|
||||||
|
|
||||||
|
_debug "Found root domain" "$_domain" "and subdomain" "$_sub_domain" "for" "$domain"
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user