Browse Source

Merge pull request #2189 from scj643/master

Fixed Digital Ocean dns api
neil 6 years ago
parent
commit
4f47594b6d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dnsapi/dns_dgon.sh

+ 1 - 1
dnsapi/dns_dgon.sh

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