Export header _H3

This commit is contained in:
Ivru 2018-12-20 16:30:02 +01:00
parent eea9aaf940
commit 8e43b86f06
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ _exoscale_rest() {
fi fi
if [ "$data" ] || [ "$method" = "DELETE" ]; then if [ "$data" ] || [ "$method" = "DELETE" ]; then
_H3="Content-Type: application/json" export _H3="Content-Type: application/json"
_debug data "$data" _debug data "$data"
response="$(_post "$data" "$request_url" "" "$method")" response="$(_post "$data" "$request_url" "" "$method")"
else else