fix
All checks were successful
Deploy Dev / Build (pull_request) Successful in 5s
Deploy Dev / Push (pull_request) Successful in 10s
Deploy Dev / Deploy dev (pull_request) Successful in 11s

This commit is contained in:
Egor Matveev 2025-06-10 02:04:24 +03:00
parent f7b2b7b7ee
commit cab3256c10

View File

@ -89,7 +89,7 @@ while True:
print(container_id_run.code, container_id_run.out, container_id_run.err)
command = f"docker exec {container_id_run.out} ./refre.sh"
command = f"docker exec {container_id_run.out.strip()} ./refre.sh"
print(command)
restart = call(command)