Made dns_dgon.sh use _lower_case

Fixed private function which breaks on embedded systems before.
This commit is contained in:
Charles Surett 2019-03-22 18:43:06 -04:00 committed by GitHub
parent 13255a3762
commit 189a7766d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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