10-try retry the disconnect check

Also lost in the great merge of '18
This commit is contained in:
Gocnak
2018-10-29 00:54:19 -04:00
parent c3554cac89
commit f15d597025

View File

@@ -159,7 +159,7 @@ function wait_for_archive_to_be_unreachable () {
log "Waiting for archive to be unreachable..."
while [ true ]
do
if ! archive_is_reachable
if ! retry archive_is_reachable
then
log "Archive is unreachable."
break