Fix SSL renewal script

Regression since 299a8c4c7c
This commit is contained in:
Slavi Pantaleev 2019-01-31 09:43:09 +02:00
parent 3f5b1ad1a5
commit c2b1cf7f93

View File

@ -19,7 +19,7 @@ docker run \
renew \ renew \
--non-interactive \ --non-interactive \
--work-dir=/tmp \ --work-dir=/tmp \
--http-01-port 8080 --http-01-port 8080 \
{% if matrix_ssl_lets_encrypt_staging %} {% if matrix_ssl_lets_encrypt_staging %}
--staging \ --staging \
{% endif %} {% endif %}