Unverified Commit 189a7766 authored by Charles Surett's avatar Charles Surett Committed by GitHub
Browse files

Made dns_dgon.sh use _lower_case

Fixed private function which breaks on embedded systems before.
parent 13255a37
......@@ -178,7 +178,7 @@ dns_dgon_rm() {
## _domain="domain.com"
_get_base_domain() {
# args
fulldomain="$(echo "$1" | tr '[:upper:]' '[:lower:]')"
fulldomain="$(echo "$1" | _lower_case)"
_debug fulldomain "$fulldomain"
# domain max legal length = 253
......
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