Compare commits

..

2 Commits

Author SHA1 Message Date
ded08985b5 Merge pull request 'fix' (#25) from master into dev
Reviewed-on: #25
2025-06-01 19:55:24 +03:00
Egor Matveev
671f414e45 fix
All checks were successful
Deploy Dev / Deploy dev (pull_request) Successful in 8s
Deploy Dev / Build (pull_request) Successful in 4s
Deploy Dev / Push (pull_request) Successful in 8s
2025-06-01 19:54:59 +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)