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
df14b153
Commit
df14b153
authored
Feb 25, 2023
by
Roman Lumetsberger
Browse files
fix quote
parent
7dd12044
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/dns_ipv64.sh
View file @
df14b153
...
@@ -37,7 +37,7 @@ dns_ipv64_add() {
...
@@ -37,7 +37,7 @@ dns_ipv64_add() {
_debug _domain
"
$_domain
"
_debug _domain
"
$_domain
"
# convert to lower case
# convert to lower case
_domain
=
"
$(
echo
"
$_domain
"
| _lower_case
'
)"
_domain
=
"
$(
echo
"
$_domain
"
| _lower_case
)
"
_sub_domain
=
"
$(
echo
"
$_sub_domain
"
| _lower_case
)
"
_sub_domain
=
"
$(
echo
"
$_sub_domain
"
| _lower_case
)
"
# Now add the TXT record
# Now add the TXT record
_info
"Trying to add TXT record"
_info
"Trying to add TXT record"
...
...
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