Unverified Commit a6d2e3a1 authored by Armando Lüscher's avatar Armando Lüscher
Browse files

Suppress shellcheck warnings.

parent 3e1418d6
......@@ -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}"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment