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