diff --git a/home.admin/50copyHDD.sh b/home.admin/50copyHDD.sh index c24f02d..d4c0451 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