Merge pull request #2189 from scj643/master

Fixed Digital Ocean dns api
This commit is contained in:
neil
2019-03-23 10:57:39 +08:00
committed by GitHub

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