Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
189a7766
Unverified
Commit
189a7766
authored
Mar 22, 2019
by
Charles Surett
Committed by
GitHub
Mar 22, 2019
Browse files
Made dns_dgon.sh use _lower_case
Fixed private function which breaks on embedded systems before.
parent
13255a37
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_dgon.sh
View file @
189a7766
...
@@ -178,7 +178,7 @@ dns_dgon_rm() {
...
@@ -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
...
...
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