mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
fix syntax
This commit is contained in:
parent
f1568e9904
commit
2edfbea48b
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ if [ ${count} -gt 0 ]; then
|
|||
echo "Found data in /mnt/hdd/bitcoin/chainstate"
|
||||
anyDataAtAll=1
|
||||
fi
|
||||
fi [ ${count} -lt 1400 ]; then
|
||||
if [ ${count} -lt 1400 ]; then
|
||||
echo "FAIL: transfere seems invalid - less then 1400 .ldb files (${count})"
|
||||
quickCheckOK=0
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue