evoacme: Certificates directory path
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:
parent
d6f11441d4
commit
e9a43ea1db
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue