parent
5c6b566371
commit
363c3f83ca
1 changed files with 1 additions and 2 deletions
|
@ -436,8 +436,7 @@ function container_started() {
|
||||||
# Used as a return value
|
# Used as a return value
|
||||||
container_initialized=1
|
container_initialized=1
|
||||||
|
|
||||||
for TRIES in 1 2 3 4 5
|
for TRIES in 1 2 3 4 5; do
|
||||||
do
|
|
||||||
run "$PODMAN" logs "$container_name"
|
run "$PODMAN" logs "$container_name"
|
||||||
|
|
||||||
# Look for last line of the container startup log
|
# Look for last line of the container startup log
|
||||||
|
|
Loading…
Reference in a new issue