Unverified Commit 4f47594b authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #2189 from scj643/master

Fixed Digital Ocean dns api
parents 15ce2a3d 189a7766
......@@ -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