fix #25

Merged
emmatveev merged 1 commits from master into dev 2025-06-01 19:55:26 +03:00

View File

@ -35,7 +35,7 @@ def update_host(host: str) -> bool:
print("Not correct node")
return False
gen_command = f"docker exec {container_name} certbot --nginx --email emmtvv@gmail.com --agree-tos -d \"{host}\""
gen_command = f"docker exec {container_name} certbot --nginx --email emmtvv@gmail.com --agree-tos --non-interactive -d \"{host}\""
print(gen_command)
gen_cert = call(gen_command)