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
3a1c6d84
Commit
3a1c6d84
authored
Nov 23, 2022
by
neil
Browse files
fix shellcheck warnings
parent
e684abda
Changes
1
Show whitespace changes
Inline
Side-by-side
dnsapi/dns_oci.sh
View file @
3a1c6d84
...
@@ -265,6 +265,7 @@ _signed_request() {
...
@@ -265,6 +265,7 @@ _signed_request() {
_response
=
"
$(
_get
"https://
${
_sig_host
}${
_sig_target
}
"
)
"
_response
=
"
$(
_get
"https://
${
_sig_host
}${
_sig_target
}
"
)
"
elif
[
"
$_curl_method
"
=
"PATCH"
]
;
then
elif
[
"
$_curl_method
"
=
"PATCH"
]
;
then
export
_H1
=
"
$_date_header
"
export
_H1
=
"
$_date_header
"
# shellcheck disable=SC2090
export
_H2
=
"
$_sig_body_sha256
"
export
_H2
=
"
$_sig_body_sha256
"
export
_H3
=
"
$_sig_body_type
"
export
_H3
=
"
$_sig_body_type
"
export
_H4
=
"
$_sig_body_length
"
export
_H4
=
"
$_sig_body_length
"
...
...
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