fix error

This commit is contained in:
neilpang 2018-03-14 21:45:16 +08:00
parent 674b50889e
commit dd17124ec6
1 changed files with 1 additions and 1 deletions

View File

@ -3557,7 +3557,7 @@ issue() {
_identifiers="{\"type\":\"dns\",\"value\":\"$_main_domain\"}"
while true; do
_w_index=1
d="$(echo "$$_alt_domains" | cut -d , -f "$_w_index")"
d="$(echo "$_alt_domains," | cut -d , -f "$_w_index")"
_w_index="$(_math "$_w_index" + 1)"
_debug d "$d"
if [ -z "$d" ]; then