mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 18:34:41 +02:00
Reverted incorrect change from 18adec0
This commit is contained in:
@@ -40,7 +40,7 @@ def create_le_config(parent_dir):
|
||||
|
||||
def extract_configs(configs, parent_dir):
|
||||
"""Extracts configs to a new dir under parent_dir and returns it"""
|
||||
config_dir = os.path.join(parent_dir, "renewal")
|
||||
config_dir = os.path.join(parent_dir, "configs")
|
||||
|
||||
if os.path.isdir(configs):
|
||||
shutil.copytree(configs, config_dir, symlinks=True)
|
||||
|
||||
Reference in New Issue
Block a user