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
bfa6e524
Commit
bfa6e524
authored
Sep 12, 2019
by
Jesai Langenbach
Browse files
another whitespace
parent
ec654d23
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/dns_opnsense.sh
View file @
bfa6e524
...
...
@@ -199,7 +199,7 @@ _existingchallenge() {
return
1
fi
_uuid
=
""
_uuid
=
$(
echo
"
$_record_response
"
| _egrep_o
"
\"
uuid
\"
:
\"
[^
\"
]*
\"
,
\"
enabled
\"
:
\"
[01]
\"
,
\"
domain
\"
:
\"
$1
\"
,
\"
name
\"
:
\"
$2
\"
,
\"
type
\"
:
\"
TXT
\"
,
\"
value
\"
:
\"
$3
\"
"
|
cut
-d
':'
-f
2 |
cut
-d
'"'
-f
2
)
_uuid
=
$(
echo
"
$_record_response
"
| _egrep_o
"
\"
uuid
\"
:
\"
[^
\"
]*
\"
,
\"
enabled
\"
:
\"
[01]
\"
,
\"
domain
\"
:
\"
$1
\"
,
\"
name
\"
:
\"
$2
\"
,
\"
type
\"
:
\"
TXT
\"
,
\"
value
\"
:
\"
$3
\"
"
|
cut
-d
':'
-f
2 |
cut
-d
'"'
-f
2
)
if
[
-n
"
$_uuid
"
]
;
then
_debug uuid
"
$_uuid
"
...
...
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