diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2021-02-19 00:06:49 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2021-02-20 18:18:48 +0100 |
commit | baa7c25db322a9472c9155422057ec56aa93f439 (patch) | |
tree | 9d6218b9fa85ae177e7c7a4593181ee21ff953f5 /Changelog | |
parent | 42a8f9813716ed3495b6f49edea429b127eef0f0 (diff) |
Use File::Basename::dirname().
To correctly extract the parent directory of the socket path. The
previous returned an empty string when the socket path didn't contain
‘/’.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -62,6 +62,8 @@ lacme (0.7.1) upstream; - Use 'acme-challenge.XXXXXXXXXX' as template for the temporary ACME challenge directory. - Set the DEBUG environment variable to 0/1 instead of ""/1. + - Use File::Basename::dirname() to correctly extract the parent + directory of the socket path. -- Guilhem Moulin <guilhem@fripost.org> Wed, 09 Dec 2020 18:23:22 +0100 |