From f15d59702586417a5677440f61779af46cff80ed Mon Sep 17 00:00:00 2001 From: Gocnak Date: Mon, 29 Oct 2018 00:54:19 -0400 Subject: [PATCH] 10-try retry the disconnect check Also lost in the great merge of '18 --- run/archiveloop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/archiveloop b/run/archiveloop index 9b8674f..81b313a 100644 --- a/run/archiveloop +++ b/run/archiveloop @@ -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