Commit cd8e0447 authored by neil's avatar neil
Browse files

Merge branch 'dev' of https://github.com/acmesh-official/acme.sh into dev

parents 93de1e49 2df43c9e
...@@ -86,7 +86,7 @@ _get_root() { ...@@ -86,7 +86,7 @@ _get_root() {
return 1 return 1
fi fi
if ! _constellix_rest GET "domains/search?name=$h"; then if ! _constellix_rest GET "domains/search?exact=$h"; then
return 1 return 1
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment