evoacme: Certificates directory path
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |3132|0|3132|0|:zzz:
gitea/ansible-roles/pipeline/head This commit looks good

The variable CRT_DIR is already well set in /etc/default/evoacme,
so this bug might have caused trouble yet.
This commit is contained in:
Alexis Ben Miloud--Josselin 2024-08-16 11:48:40 +02:00
parent d6f11441d4
commit e9a43ea1db
2 changed files with 2 additions and 1 deletions

View file

@ -52,6 +52,7 @@ The **patch** part is incremented if multiple releases happen the same month
* munin: add missing executable bit to added munin plugins
* openvpn: Make it work on OpenBSD in check mode
* openvpn: Set a default date of last OpenVPN startup for OpenBSD when it's not running so that date(1) doesn't fail
* evoacme: Certificates directory path (remove apostrophes)
### Removed

View file

@ -7,7 +7,7 @@
#
[ -f /etc/default/evoacme ] && . /etc/default/evoacme
CRT_DIR="${CRT_DIR:-'/etc/letsencrypt'}"
CRT_DIR="${CRT_DIR:-/etc/letsencrypt}"
export QUIET=1