mirror of
https://github.com/hiskang/acme.sh
synced 2025-06-12 10:26:09 +00:00
Update dns_servercow.sh
... didn't see this line in spellcheck ... :S
This commit is contained in:
parent
8101aceab5
commit
a95ccc7e4c
@ -128,7 +128,7 @@ _get_root() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! _contains "$response" '"error":"no such domain in user context"' > /dev/null; then
|
if ! _contains "$response" '"error":"no such domain in user context"' >/dev/null; then
|
||||||
_sub_domain=$(printf "%s" "$fulldomain" | cut -d . -f 1-$p)
|
_sub_domain=$(printf "%s" "$fulldomain" | cut -d . -f 1-$p)
|
||||||
if [ -z "$_sub_domain" ]; then
|
if [ -z "$_sub_domain" ]; then
|
||||||
# not valid
|
# not valid
|
||||||
|
Loading…
x
Reference in New Issue
Block a user