pull/2/head
JP 4 years ago committed by GitHub
parent 6e15f4f85f
commit 3c2d8933cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cloudflare-template.sh

@ -22,7 +22,7 @@ fi
## Check and set the proper auth header
###########################################
if [ "${auth_method}" == "global" ]; then
auth_header="X-Auth-Email:"
auth_header="X-Auth-Key:"
else
auth_header="Authorization: Bearer"
fi

Loading…
Cancel
Save