mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 13:11:41 +00:00
Merge pull request #3031 from peterkelm/patch-1
Reflect recent Variomedia API changes
This commit is contained in:
commit
0545d6f083
@ -107,7 +107,7 @@ _get_root() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if _startswith "$response" "\{\"data\":"; then
|
if _startswith "$response" "\{\"data\":"; then
|
||||||
if _contains "$response" "\"id\": \"$h\""; then
|
if _contains "$response" "\"id\":\"$h\""; then
|
||||||
_sub_domain="$(echo "$fulldomain" | sed "s/\\.$h\$//")"
|
_sub_domain="$(echo "$fulldomain" | sed "s/\\.$h\$//")"
|
||||||
_domain=$h
|
_domain=$h
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
Reference in New Issue
Block a user