Compare commits

..

No commits in common. "ded08985b518a682c40bab93d43f11ec490c414e" and "cb847f8b8f7333cb4e0f06a2bb5deed8bfc6a9fe" have entirely different histories.

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 --non-interactive -d \"{host}\""
gen_command = f"docker exec {container_name} certbot --nginx --email emmtvv@gmail.com --agree-tos -d \"{host}\""
print(gen_command)
gen_cert = call(gen_command)