Unverified Commit a95ccc7e authored by Jens's avatar Jens Committed by GitHub
Browse files

Update dns_servercow.sh

... didn't see this line in spellcheck ... :S
parent 8101acea
...@@ -128,7 +128,7 @@ _get_root() { ...@@ -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
......
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