Merge pull request 'fix' (#45) from master into dev

Reviewed-on: #45
This commit is contained in:
emmatveev 2025-06-10 02:04:42 +03:00
commit 75a8a5e307

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)