From b23084689bb91f800f237a18bff2fbfee7d7d304 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Thu, 28 Mar 2019 17:40:29 +0100 Subject: [PATCH] #464 lower minimum number of files in indexes --- home.admin/50copyHDD.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/50copyHDD.sh b/home.admin/50copyHDD.sh index c24f02db7..d4c045145 100755 --- a/home.admin/50copyHDD.sh +++ b/home.admin/50copyHDD.sh @@ -111,8 +111,8 @@ if [ ${count} -gt 0 ]; then echo "Found data in /mnt/hdd/bitcoin/indexes/txindex" anyDataAtAll=1 fi -if [ ${count} -lt 1500 ]; then - echo "FAIL: less then 1500 .ldb files (${count}) in /mnt/hdd/bitcoin/indexes/txindex (transfere seems invalid)" +if [ ${count} -lt 500 ]; then + echo "FAIL: less then 500 .ldb files (${count}) in /mnt/hdd/bitcoin/indexes/txindex (transfere seems invalid)" quickCheckOK=0 fi