mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-05 15:12:53 +00:00
Remove spaces GitHub added
This commit is contained in:
parent
71de890431
commit
8aecba514d
@ -71,7 +71,7 @@ deployer() {
|
|||||||
|
|
||||||
if [ "$type" = 'commit' ]; then
|
if [ "$type" = 'commit' ]; then
|
||||||
export _H1="Content-Type: application/x-www-form-urlencoded"
|
export _H1="Content-Type: application/x-www-form-urlencoded"
|
||||||
cmd=$(printf "%s" "<commit><partial><admin><member>$_panos_user</member></admin></partial></commit>" | _url_encode)
|
cmd=$(printf "%s" "<commit><partial><admin><member>$_panos_user</member></admin></partial></commit>" | _url_encode)
|
||||||
content="type=commit&action=partial&key=$_panos_key&cmd=$cmd"
|
content="type=commit&action=partial&key=$_panos_key&cmd=$cmd"
|
||||||
fi
|
fi
|
||||||
response=$(_post "$content" "$panos_url" "" "POST")
|
response=$(_post "$content" "$panos_url" "" "POST")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user