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
a6d2e3a1
Unverified
Commit
a6d2e3a1
authored
Feb 19, 2017
by
Armando Lüscher
Browse files
Suppress shellcheck warnings.
parent
3e1418d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_cyon.sh
View file @
a6d2e3a1
...
@@ -81,6 +81,7 @@ _cyon_is_idn() {
...
@@ -81,6 +81,7 @@ _cyon_is_idn() {
_cyon_load_parameters
()
{
_cyon_load_parameters
()
{
# Read the required parameters to add the TXT entry.
# Read the required parameters to add the TXT entry.
# shellcheck disable=SC2018,SC2019
fulldomain
=
"
$(
printf
"%s"
"
${
1
}
"
|
tr
"A-Z"
"a-z"
)
"
fulldomain
=
"
$(
printf
"%s"
"
${
1
}
"
|
tr
"A-Z"
"a-z"
)
"
fulldomain_idn
=
"
${
fulldomain
}
"
fulldomain_idn
=
"
${
fulldomain
}
"
...
...
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