Compare commits
2 Commits
5dd11e1fc8
...
75a8a5e307
Author | SHA1 | Date | |
---|---|---|---|
75a8a5e307 | |||
![]() |
cab3256c10 |
2
main.py
2
main.py
@ -89,7 +89,7 @@ while True:
|
|||||||
|
|
||||||
print(container_id_run.code, container_id_run.out, container_id_run.err)
|
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)
|
print(command)
|
||||||
|
|
||||||
restart = call(command)
|
restart = call(command)
|
||||||
|
Loading…
Reference in New Issue
Block a user