diff options
| author | June McEnroe <june@causal.agency> | 2020-07-24 18:03:27 -0400 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2020-07-24 18:12:17 -0400 |
| commit | 386a8beb705a1f23417684bb890da543d13e44aa (patch) | |
| tree | ac75ad23e14dc47829d373208639d7938f0feaab /bounce.h | |
| parent | Don't use strlcpy in dispatch (diff) | |
| download | pounce-386a8beb705a1f23417684bb890da543d13e44aa.tar.gz pounce-386a8beb705a1f23417684bb890da543d13e44aa.zip | |
Rewrite configure script for all platforms
Diffstat (limited to 'bounce.h')
| -rw-r--r-- | bounce.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bounce.h b/bounce.h index a58eca1..050d818 100644 --- a/bounce.h +++ b/bounce.h @@ -35,7 +35,7 @@ #include "compat.h" #ifndef CERTBOT_PATH -#define CERTBOT_PATH "/usr/local/etc/letsencrypt" +#define CERTBOT_PATH "/etc/letsencrypt" #endif #ifndef OPENSSL_BIN |