Browse Source

Suppress shellcheck warnings.

cron
Armando Lüscher 8 years ago
parent
commit
a6d2e3a1e6
No known key found for this signature in database GPG Key ID: 3D71085D14920359
  1. 1
      dnsapi/dns_cyon.sh

1
dnsapi/dns_cyon.sh

@ -81,6 +81,7 @@ _cyon_is_idn() {
_cyon_load_parameters() {
# Read the required parameters to add the TXT entry.
# shellcheck disable=SC2018,SC2019
fulldomain="$(printf "%s" "${1}" | tr "A-Z" "a-z")"
fulldomain_idn="${fulldomain}"

Loading…
Cancel
Save