mirror of
https://github.com/cimryan/teslausb.git
synced 2026-02-28 20:20:32 +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..."
|
||||
while [ true ]
|
||||
do
|
||||
if ! archive_is_reachable
|
||||
if ! retry archive_is_reachable
|
||||
then
|
||||
log "Archive is unreachable."
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user