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
83cb89e4
Commit
83cb89e4
authored
Aug 17, 2021
by
Aleksei Faians
Browse files
treat variable contents as text, don't process switches
parent
d96cca38
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_he.sh
View file @
83cb89e4
...
@@ -85,7 +85,7 @@ dns_he_rm() {
...
@@ -85,7 +85,7 @@ dns_he_rm() {
_debug
"The txt record is not found, just skip"
_debug
"The txt record is not found, just skip"
return
0
return
0
fi
fi
_record_id
=
"
$(
echo
"
$response
"
|
tr
-d
"#"
|
sed
"s/<tr/#<tr/g"
|
tr
-d
"
\n
"
|
tr
"#"
"
\n
"
|
grep
"
$_full_domain
"
|
grep
'"dns_tr"'
|
grep
"
$_txt_value
"
|
cut
-d
'"'
-f
4
)
"
_record_id
=
"
$(
echo
"
$response
"
|
tr
-d
"#"
|
sed
"s/<tr/#<tr/g"
|
tr
-d
"
\n
"
|
tr
"#"
"
\n
"
|
grep
"
$_full_domain
"
|
grep
'"dns_tr"'
|
grep
--
"
$_txt_value
"
|
cut
-d
'"'
-f
4
)
"
_debug2 _record_id
"
$_record_id
"
_debug2 _record_id
"
$_record_id
"
if
[
-z
"
$_record_id
"
]
;
then
if
[
-z
"
$_record_id
"
]
;
then
_err
"Can not find record id"
_err
"Can not find record id"
...
...
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