mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
10-try retry the disconnect check
Also lost in the great merge of '18
This commit is contained in:
@@ -159,7 +159,7 @@ function wait_for_archive_to_be_unreachable () {
|
|||||||
log "Waiting for archive to be unreachable..."
|
log "Waiting for archive to be unreachable..."
|
||||||
while [ true ]
|
while [ true ]
|
||||||
do
|
do
|
||||||
if ! archive_is_reachable
|
if ! retry archive_is_reachable
|
||||||
then
|
then
|
||||||
log "Archive is unreachable."
|
log "Archive is unreachable."
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user