From 2edfbea48b51a5d2651717e489d498c9c97d0f68 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Wed, 23 Jan 2019 00:45:10 +0100 Subject: [PATCH] fix syntax --- home.admin/50copyHDD.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/50copyHDD.sh b/home.admin/50copyHDD.sh index 3d9b1e23..8662635e 100755 --- a/home.admin/50copyHDD.sh +++ b/home.admin/50copyHDD.sh @@ -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