Fix quoting, again.
This commit is contained in:
parent
ae14f50a4f
commit
67b2b91863
|
@ -24,7 +24,7 @@ ACME_SH_INSTALL_OPTS="{{ letsencrypt_acme_sh_install_options }}"
|
||||||
{% if not letsencrypt_acme_sh_install_cron %}
|
{% if not letsencrypt_acme_sh_install_cron %}
|
||||||
ACME_SH_INSTALL_OPTS="$ACME_SH_INSTALL_OPTS --nocron"
|
ACME_SH_INSTALL_OPTS="$ACME_SH_INSTALL_OPTS --nocron"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
ACME_SH_ROOT_CA="{{ letsencrypt_acme_sh_specific_root_ca }}"
|
ACME_SH_ROOT_CA='{{ letsencrypt_acme_sh_specific_root_ca }}'
|
||||||
ACME_SH_INSTALL_OPTS="$ACME_SH_INSTALL_OPTS --home {{ letsencrypt_acme_sh_user_home }}/bin --config-home {{ letsencrypt_acme_sh_base_data_dir }}/data --certhome {{ letsencrypt_acme_sh_base_data_dir }}/certs --log {{ letsencrypt_acme_sh_base_data_dir }}/logs/acme.sh.log"
|
ACME_SH_INSTALL_OPTS="$ACME_SH_INSTALL_OPTS --home {{ letsencrypt_acme_sh_user_home }}/bin --config-home {{ letsencrypt_acme_sh_base_data_dir }}/data --certhome {{ letsencrypt_acme_sh_base_data_dir }}/certs --log {{ letsencrypt_acme_sh_base_data_dir }}/logs/acme.sh.log"
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue