This commit is contained in:
neilpang
2018-01-15 19:48:57 +08:00
parent 0170c20e9a
commit 60814ecfe1
2 changed files with 1 additions and 2 deletions

View File

@@ -3474,7 +3474,6 @@ issue() {
#make new order request
_identifiers="{\"type\":\"dns\",\"value\":\"$_main_domain\"}"
for d in $(echo "$_alt_domains" | tr ',' ' '); do
#todo: check wildcard ?
if [ "$d" ]; then
_identifiers="$_identifiers,{\"type\":\"dns\",\"value\":\"$d\"}"
fi