mirror of
https://github.com/wmnnd/nginx-certbot
synced 2023-04-20 18:47:46 +08:00
Add missing done after domain_args for loop
This commit is contained in:
parent
4fcc3a3565
commit
f321682f1f
@ -50,6 +50,7 @@ echo "### Requesting Let's Encrypt certificate for $domains ..."
|
||||
domain_args=""
|
||||
for domain in "${domains[@]}"; do
|
||||
domain_args="$domain_args -d $domain"
|
||||
done
|
||||
|
||||
# Select appropriate email arg
|
||||
case "$email" in
|
||||
|
Loading…
x
Reference in New Issue
Block a user