Compare commits
No commits in common. "f14bdcb7aa32217dab84ac788d338a86c1a07961" and "aa2057d8d66cc1c69bab349c4798006e5760491e" have entirely different histories.
f14bdcb7aa
...
aa2057d8d6
1
main.py
1
main.py
@ -34,7 +34,6 @@ def update_host(host: str) -> bool:
|
||||
if not container_name:
|
||||
print("Not correct node")
|
||||
return False
|
||||
print(f"Container name: {container_name}")
|
||||
|
||||
gen_cert = call(f"docker exec -it {container_name} certbot --nginx --email emmtvv@gmail.com --agree-tos -d \"{host}\"")
|
||||
if gen_cert.code != 0:
|
||||
|
Loading…
Reference in New Issue
Block a user