mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Remove unnecessary line in certbot-new.py
This commit is contained in:
parent
c7eee080ea
commit
18511d5514
1 changed files with 0 additions and 1 deletions
|
|
@ -162,7 +162,6 @@ try:
|
|||
if certbot_new(domains.replace(" ", ","), real_email, use_letsencrypt_staging) != 0:
|
||||
status = 2
|
||||
LOGGER.error(f"Certificate generation failed for domain(s) {domains} ...")
|
||||
generated_domains.difference_update(domains.split(" "))
|
||||
continue
|
||||
else:
|
||||
status = 1 if status == 0 else status
|
||||
|
|
|
|||
Loading…
Reference in a new issue