Lines 4-12
Link Here
|
4 |
# https://github.com/certbot/certbot/pull/7056 |
4 |
# https://github.com/certbot/certbot/pull/7056 |
5 |
# TODO: Upstream |
5 |
# TODO: Upstream |
6 |
|
6 |
|
7 |
--- certbot/compat/misc.py.orig 2020-01-14 18:41:31 UTC |
7 |
--- certbot/compat/misc.py.orig 2021-03-02 21:37:04 UTC |
8 |
+++ certbot/compat/misc.py |
8 |
+++ certbot/compat/misc.py |
9 |
@@ -74,6 +74,11 @@ LINUX_DEFAULT_FOLDERS = { |
9 |
@@ -79,6 +79,11 @@ LINUX_DEFAULT_FOLDERS = { |
10 |
'work': '/var/lib/letsencrypt', |
10 |
'work': '/var/lib/letsencrypt', |
11 |
'logs': '/var/log/letsencrypt', |
11 |
'logs': '/var/log/letsencrypt', |
12 |
} |
12 |
} |
Lines 18-24
Link Here
|
18 |
|
18 |
|
19 |
|
19 |
|
20 |
def get_default_folder(folder_type): |
20 |
def get_default_folder(folder_type): |
21 |
@@ -88,8 +93,13 @@ def get_default_folder(folder_type): |
21 |
@@ -93,8 +98,13 @@ def get_default_folder(folder_type): |
22 |
|
22 |
|
23 |
""" |
23 |
""" |
24 |
if os.name != 'nt': |
24 |
if os.name != 'nt': |