Fix a typo.
This commit is contained in:
parent
1d248394cc
commit
fc7994f8a0
|
@ -24,7 +24,7 @@ ACME_SH_INSTALL_OPTS="{{ letsencrypt_acme_sh_install_options }}"
|
|||
{% if not letsencrypt_acme_sh_install_cron %}
|
||||
ACME_SH_INSTALL_OPTS="$ACME_SH_INSTALL_OPTS --nocron"
|
||||
{% 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"
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue