mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
Made dns_dgon.sh use _lower_case
Fixed private function which breaks on embedded systems before.
This commit is contained in:
parent
13255a3762
commit
189a7766d4
@ -178,7 +178,7 @@ dns_dgon_rm() {
|
|||||||
## _domain="domain.com"
|
## _domain="domain.com"
|
||||||
_get_base_domain() {
|
_get_base_domain() {
|
||||||
# args
|
# args
|
||||||
fulldomain="$(echo "$1" | tr '[:upper:]' '[:lower:]')"
|
fulldomain="$(echo "$1" | _lower_case)"
|
||||||
_debug fulldomain "$fulldomain"
|
_debug fulldomain "$fulldomain"
|
||||||
|
|
||||||
# domain max legal length = 253
|
# domain max legal length = 253
|
||||||
|
Loading…
Reference in New Issue
Block a user