diff options
-rwxr-xr-x | bin/runmirrors | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/runmirrors b/bin/runmirrors index c43cf90..5b04ecb 100755 --- a/bin/runmirrors +++ b/bin/runmirrors @@ -271,6 +271,10 @@ if [ "xtruex" = "x${FROMFTPSYNC}x" ] && [ "xmhopx" = "x${PUSHKIND}x" ]; then tries=$((tries + 5)) sleep 5 done + + if [ ${tries} -ge ${PUSHDELAY} ]; then + error "Failed to wait for our mirrors when sending mhop push down." >> ${LOG} + fi fi HOOK=( |