mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
Merge pull request #2189 from scj643/master
Fixed Digital Ocean dns api
This commit is contained in:
commit
4f47594b6d
@ -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