Browse Source

Update dns_czechia.sh

fix shfmt error
pull/6764/head
CZECHIA-COM 1 week ago
committed by GitHub
parent
commit
f741544072
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      dnsapi/dns_czechia.sh

2
dnsapi/dns_czechia.sh

@ -93,7 +93,7 @@ _czechia_pick_zone() {
_clean_z=$(printf "%s" "$_z" | _lower_case | sed 's/ //g; s/\.$//')
[ -z "$_clean_z" ] && continue
case "$_fd" in
"$_clean_z"|*".$_clean_z")
"$_clean_z"|*".$_clean_z")
if [ ${#_clean_z} -gt ${#_best_zone} ]; then _best_zone="$_clean_z"; fi
;;
esac

Loading…
Cancel
Save