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
|
for URL in $BASE_URL $OTHER_URLS; do
|
||||||
certbot certonly -n
|
certbot certonly -n \
|
||||||
--webroot
|
--webroot \
|
||||||
-w /var/www/certbot/
|
-w /var/www/certbot/ \
|
||||||
--agree-tos
|
--agree-tos \
|
||||||
--no-eff-email
|
--no-eff-email \
|
||||||
-m "$EMAIL"
|
-m "$EMAIL" \
|
||||||
-d "$URL"
|
-d "$URL"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user