Compare commits

...

2 Commits

Author SHA1 Message Date
Egor Matveev
0258778e5c Merge branch 'master' of https://gitea.sprinthub.ru/self/certupdater
All checks were successful
Deploy Dev / Build (pull_request) Successful in 5s
Deploy Dev / Push (pull_request) Successful in 8s
Deploy Dev / Deploy dev (pull_request) Successful in 5s
2025-06-01 19:50:32 +03:00
Egor Matveev
9778a5168b fix 2025-06-01 19:50:14 +03:00

View File

@ -30,7 +30,7 @@ def update_host(host: str) -> bool:
if container_id_run.code != 0:
print(f"something wrong {container_id_run.err}")
return False
container_name = container_id_run.out
container_name = container_id_run.out.strip()
if not container_name:
print("Not correct node")
return False