Merge pull request #1502 from edsantiago/duh

Fix bug that prevented useful diagnostics on registry fail
This commit is contained in:
Miloslav Trmač 2021-11-11 15:12:08 +01:00 committed by GitHub
commit 1e01e38459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -356,7 +356,7 @@ start_registry() {
return
fi
timeout=$(expr $timeout - 1)
timeout=$(( timeout - 1 ))
sleep 1
done
log_and_run $PODMAN logs $name