mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 13:11:41 +00:00
fix error
This commit is contained in:
parent
674b50889e
commit
dd17124ec6
2
acme.sh
2
acme.sh
@ -3557,7 +3557,7 @@ issue() {
|
|||||||
_identifiers="{\"type\":\"dns\",\"value\":\"$_main_domain\"}"
|
_identifiers="{\"type\":\"dns\",\"value\":\"$_main_domain\"}"
|
||||||
while true; do
|
while true; do
|
||||||
_w_index=1
|
_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)"
|
_w_index="$(_math "$_w_index" + 1)"
|
||||||
_debug d "$d"
|
_debug d "$d"
|
||||||
if [ -z "$d" ]; then
|
if [ -z "$d" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user