This commit is contained in:
Robert Habermann 2020-01-03 12:09:56 +00:00
parent 77074b7b05
commit 43c3e502d7
2 changed files with 4 additions and 4 deletions

View File

@ -131,7 +131,7 @@ if [ ${count} -gt 0 ]; then
anyDataAtAll=1
fi
if [ ${count} -lt 300 ]; then
echo "FAIL: transfere seems invalid - less then 300 .dat files (${count})"
echo "FAIL: transfer seems invalid - less then 300 .dat files (${count})"
quickCheckOK=0
fi
count=$(sudo find /mnt/hdd/bitcoin/ -iname *.ldb -type f | wc -l)
@ -140,7 +140,7 @@ if [ ${count} -gt 0 ]; then
anyDataAtAll=1
fi
if [ ${count} -lt 700 ]; then
echo "FAIL: transfere seems invalid - less then 700 .ldb files (${count})"
echo "FAIL: transfer seems invalid - less then 700 .ldb files (${count})"
quickCheckOK=0
fi

View File

@ -94,7 +94,7 @@ if [ ${count} -gt 0 ]; then
anyDataAtAll=1
fi
if [ ${count} -lt 300 ]; then
echo "FAIL: transfere seems invalid - less then 300 .dat files (${count})"
echo "FAIL: transfer seems invalid - less then 300 .dat files (${count})"
quickCheckOK=0
fi
count=$(sudo find /mnt/hdd/bitcoin/ -iname *.ldb -type f | wc -l)
@ -103,7 +103,7 @@ if [ ${count} -gt 0 ]; then
anyDataAtAll=1
fi
if [ ${count} -lt 700 ]; then
echo "FAIL: transfere seems invalid - less then 700 .ldb files (${count})"
echo "FAIL: transfer seems invalid - less then 700 .ldb files (${count})"
quickCheckOK=0
fi