diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-12-23 15:28:40 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-12-23 15:28:40 +0100 |
commit | c4db1e4a18a13f7db04dbbd10663f0edba7d206d (patch) | |
tree | 8c1bace5318f372b225adfc576a9dc5b08eda170 /debian/install | |
parent | 69e0eaa07e9b9943f5ba8c25711e84d60cd7ce8f (diff) |
Fix $ACME_WEBSERVER and $ACME_CLIENT paths.
Diffstat (limited to 'debian/install')
-rw-r--r-- | debian/install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/install b/debian/install index 87235e3..9489976 100644 --- a/debian/install +++ b/debian/install @@ -1,3 +1,3 @@ letsencrypt /usr/sbin -client webserver /usr/lib/lets-encrypt -*.pem /usr/share/lets-encrypt +client webserver /usr/lib/letsencrypt-tiny +*.pem /usr/share/letsencrypt-tiny |