fix(install_site): missing \
This commit is contained in:
parent
ca151023d4
commit
5836240eb1
@ -1,12 +1,12 @@
|
||||
#!/bin/bash -e
|
||||
#!/bin/bash -x
|
||||
|
||||
for URL in $BASE_URL $OTHER_URLS; do
|
||||
certbot certonly -n
|
||||
--webroot
|
||||
-w /var/www/certbot/
|
||||
--agree-tos
|
||||
--no-eff-email
|
||||
-m "$EMAIL"
|
||||
certbot certonly -n \
|
||||
--webroot \
|
||||
-w /var/www/certbot/ \
|
||||
--agree-tos \
|
||||
--no-eff-email \
|
||||
-m "$EMAIL" \
|
||||
-d "$URL"
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user