Browse Source

Fixed weird spacing on line 180

Um, fixed.
pull/2534/head
Bill Gertz 5 years ago
committed by GitHub
parent
commit
a4ec9f8b44
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dnsapi/dns_miab.sh

2
dnsapi/dns_miab.sh

@ -180,7 +180,7 @@ _miab_post() {
if [ "$needbase64" ]; then if [ "$needbase64" ]; then
if [ "$httpmethod" = "POST" ]; then
if [ "$httpmethod" = "POST" ]; then
if [ "$_postContentType" ]; then if [ "$_postContentType" ]; then
response="$($_WGET -S -O - --user-agent="$USER_AGENT" --header "$_H5" --header "$_H4" --header "$_H3" --header "$_H2" --header "$_H1" --header "Content-Type: $_postContentType" --post-data="$body" "$_post_url" 2>"$HTTP_HEADER" | _base64)" response="$($_WGET -S -O - --user-agent="$USER_AGENT" --header "$_H5" --header "$_H4" --header "$_H3" --header "$_H2" --header "$_H1" --header "Content-Type: $_postContentType" --post-data="$body" "$_post_url" 2>"$HTTP_HEADER" | _base64)"
else else

Loading…
Cancel
Save