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
b2c6b9a3
Commit
b2c6b9a3
authored
Mar 11, 2024
by
Tim Dery
Browse files
attempt _use_metadata fix from j-c-m
parent
48e4e41e
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/dns_aws.sh
View file @
b2c6b9a3
...
@@ -239,7 +239,7 @@ _use_metadata() {
...
@@ -239,7 +239,7 @@ _use_metadata() {
_normalizeJson |
_normalizeJson |
tr
'{,}'
'\n'
|
tr
'{,}'
'\n'
|
while
read
-r
_line
;
do
while
read
-r
_line
;
do
_key
=
"
$(
echo
"
${
_line
%%
:
*
}
"
|
tr
-d
'"'
)
"
_key
=
"
$(
echo
"
${
_line
%%
:
*
}
"
|
tr
-d
'
\
"'
)
"
_value
=
"
${
_line
#*
:
}
"
_value
=
"
${
_line
#*
:
}
"
_debug3
"_key"
"
$_key
"
_debug3
"_key"
"
$_key
"
_secure_debug3
"_value"
"
$_value
"
_secure_debug3
"_value"
"
$_value
"
...
...
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