mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-19 10:28:58 +01:00
fix syntax
This commit is contained in:
@@ -53,7 +53,7 @@ if [ ${count} -gt 0 ]; then
|
|||||||
echo "Found data in /mnt/hdd/bitcoin/chainstate"
|
echo "Found data in /mnt/hdd/bitcoin/chainstate"
|
||||||
anyDataAtAll=1
|
anyDataAtAll=1
|
||||||
fi
|
fi
|
||||||
fi [ ${count} -lt 1400 ]; then
|
if [ ${count} -lt 1400 ]; then
|
||||||
echo "FAIL: transfere seems invalid - less then 1400 .ldb files (${count})"
|
echo "FAIL: transfere seems invalid - less then 1400 .ldb files (${count})"
|
||||||
quickCheckOK=0
|
quickCheckOK=0
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user