Merge f1d7e0ab23caacafe390fe9ed2c1e9c8ec28af1e into 3d8b682380773f01df0e5abc2ef582c30c663010

This commit is contained in:
Stanislav Koleda 2025-06-08 15:17:59 +00:00 committed by GitHub
commit 32a0ffb4de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,8 +96,8 @@ _get_root() {
for ITEM in ${domains_list}; do
IDN_ITEM=${ITEM}
case "${domain}" in
*${IDN_ITEM}*)
case ".${domain}" in
*.${IDN_ITEM}*)
_domain="$(_idn "${ITEM}")"
_debug _domain "${_domain}"
return 0