Compare commits

..

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

View File

@ -89,10 +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"
print(command)
restart = call(command)
restart = call(f"docker exec {container_id_run.out} ./refre.sh")
print(restart.code, restart.out, restart.err)
time.sleep(30)