mirror of
https://github.com/containers/skopeo.git
synced 2025-07-12 22:18:38 +00:00
Merge pull request #1502 from edsantiago/duh
Fix bug that prevented useful diagnostics on registry fail
This commit is contained in:
commit
1e01e38459
@ -356,7 +356,7 @@ start_registry() {
|
||||
return
|
||||
fi
|
||||
|
||||
timeout=$(expr $timeout - 1)
|
||||
timeout=$(( timeout - 1 ))
|
||||
sleep 1
|
||||
done
|
||||
log_and_run $PODMAN logs $name
|
||||
|
Loading…
Reference in New Issue
Block a user