mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-01 08:28:20 +02:00
fix response check
This commit is contained in:
parent
030ac88be5
commit
209a1c7630
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user