Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
4f47594b
Unverified
Commit
4f47594b
authored
Mar 23, 2019
by
neil
Committed by
GitHub
Mar 23, 2019
Browse files
Merge pull request #2189 from scj643/master
Fixed Digital Ocean dns api
parents
15ce2a3d
189a7766
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_dgon.sh
View file @
4f47594b
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment