Compare commits

..

No commits in common. "75a8a5e307569539a1880004045bee2e952097fa" and "5dd11e1fc864e326a90a90e2c87013b1c867d853" have entirely different histories.

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.strip()} ./refre.sh"
command = f"docker exec {container_id_run.out} ./refre.sh"
print(command)
restart = call(command)