diff --git a/home.admin/50copyHDD.sh b/home.admin/50copyHDD.sh index d11dd5a94..c24f02db7 100755 --- a/home.admin/50copyHDD.sh +++ b/home.admin/50copyHDD.sh @@ -33,7 +33,7 @@ if [ -d "/mnt/hdd/bitcoin" ]; then dialog --title "Fresh or Repair" --yesno "Do you want to delete the old/local blockchain data now?" 8 60 response=$? echo "response(${response})" - if [ "${$response}" = "1" ]; then + if [ "${response}" = "1" ]; then echo "OK - keep old blockchain - just try to repair by copying over it" sleep 3 else