Browse Source

Merge branch 'master' of https://github.com/bittorf/acme.sh

Conflicts:
	dnsapi/dns_dp.sh
pull/522/head
Bastian Bittorf 8 years ago
parent
commit
c53500a4e6
  1. 4
      dnsapi/dns_dp.sh

4
dnsapi/dns_dp.sh

@ -199,7 +199,11 @@ _get_root() {
#Usage: method URI data
_rest() {
<<<<<<< HEAD
m="$1" # method e.g. GET|POST|PUT|DELETE
=======
export m=$1 # e.g. GET|POST
>>>>>>> db75015a49bba555cd1f46de00a9fbf9a07aa562
ep="$2"
data="$3"

Loading…
Cancel
Save