diff --git a/letsencrypt_renew.py b/letsencrypt_renew.py index f9fbf55..198237c 100644 --- a/letsencrypt_renew.py +++ b/letsencrypt_renew.py @@ -92,6 +92,7 @@ def get_letsencrypt_path(configfile): break command_path = row.split("=")[1] + command_path = command_path.replace('"', '') if not Path(command_path).exists(): logger.error("No letsencrypt command found.")