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
|
||||
container_initialized=1
|
||||
|
||||
for TRIES in 1 2 3 4 5
|
||||
do
|
||||
for TRIES in 1 2 3 4 5; do
|
||||
run "$PODMAN" logs "$container_name"
|
||||
|
||||
# Look for last line of the container startup log
|
||||
|
|
Loading…
Reference in a new issue