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
09eccf6f
Unverified
Commit
09eccf6f
authored
Dec 28, 2016
by
Armando Lüscher
Browse files
Use more flexible version of uppercase to lowercase conversion.
parent
edfefb67
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/dns_cyon.sh
View file @
09eccf6f
...
@@ -86,7 +86,7 @@ _cyon_urlencode() {
...
@@ -86,7 +86,7 @@ _cyon_urlencode() {
_cyon_load_parameters
()
{
_cyon_load_parameters
()
{
# Read the required parameters to add the TXT entry.
# Read the required parameters to add the TXT entry.
fulldomain
=
"
$(
printf
"%s"
"
${
1
}
"
|
tr
'[
:upper:]'
'[:lower:
]'
)
"
fulldomain
=
"
$(
printf
"%s"
"
${
1
}
"
|
tr
'[
A-Z]'
'[a-z
]'
)
"
fulldomain_idn
=
"
${
fulldomain
}
"
fulldomain_idn
=
"
${
fulldomain
}
"
# Special case for IDNs, as cyon needs a domain environment change,
# Special case for IDNs, as cyon needs a domain environment change,
...
...
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