minor fix format

This commit is contained in:
neilpang 2017-05-08 22:55:21 +08:00
parent 9bc5f686eb
commit 5da1d3b73b

View File

@ -124,9 +124,9 @@ _get_root() {
fi
if _contains "$response" "\"zone\":\"$h\""; then
_sub_domain=$(printf "%s" "$domain" | cut -d . -f 1-$p)
_domain="$h"
return 0
_sub_domain=$(printf "%s" "$domain" | cut -d . -f 1-$p)
_domain="$h"
return 0
fi
p=$i
i=$(_math "$i" + 1)