mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-08 15:31:45 +00:00
Export header _H3
This commit is contained in:
parent
eea9aaf940
commit
8e43b86f06
@ -154,7 +154,7 @@ _exoscale_rest() {
|
||||
fi
|
||||
|
||||
if [ "$data" ] || [ "$method" = "DELETE" ]; then
|
||||
_H3="Content-Type: application/json"
|
||||
export _H3="Content-Type: application/json"
|
||||
_debug data "$data"
|
||||
response="$(_post "$data" "$request_url" "" "$method")"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user