mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-08 23:41:45 +00:00
Um that's a wee bit of nit pick.
'Errant' space removed on blank line on line 147.
This commit is contained in:
parent
a4ec9f8b44
commit
835f9aad91
@ -144,7 +144,7 @@ _miab_post() {
|
||||
fi
|
||||
|
||||
_debug "_CURL" "$_CURL"
|
||||
|
||||
|
||||
if [ "$needbase64" ]; then
|
||||
if [ "$_postContentType" ]; then
|
||||
response="$($_CURL --user-agent "$USER_AGENT" -X $httpmethod --user "$username:$password" -H "Content-Type: $_postContentType" -H "$_H1" -H "$_H2" -H "$_H3" -H "$_H4" -H "$_H5" --data "$body" "$_post_url" | _base64)"
|
||||
|
Loading…
Reference in New Issue
Block a user