mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
commit
41d03b8cba
2 changed files with 3 additions and 3 deletions
|
@ -192,7 +192,7 @@ if [ ${setupStep} -eq 0 ]; then
|
|||
# old data setup
|
||||
BACKTITLE="RaspiBlitz - Manual Update"
|
||||
TITLE="⚡ Found old RaspiBlitz Data on HDD ⚡"
|
||||
MENU="\n ATTENTION: OLD DATA COULD COINTAIN FUNDS\n"
|
||||
MENU="\n ATTENTION: OLD DATA COULD CONTAIN FUNDS\n"
|
||||
OPTIONS+=(MANUAL "read how to recover your old funds" \
|
||||
DELETE "erase old data, keep blockchain, reboot" )
|
||||
HEIGHT=11
|
||||
|
@ -469,7 +469,7 @@ case $CHOICE in
|
|||
MANUAL)
|
||||
echo "************************************************************************************"
|
||||
echo "PLEASE open in browser for more information:"
|
||||
echo "https://github.com/rootzoll/raspiblitz#recover-your-coins-from-a-failing-raspiblitz"
|
||||
echo "https://bit.ly/RaspiblitzRecover"
|
||||
echo "************************************************************************************"
|
||||
exit 0
|
||||
;;
|
||||
|
|
|
@ -212,7 +212,7 @@ if [ ${hddIsAutoMounted} -eq 0 ]; then
|
|||
echo "OK - No config file found: ${configFile}" >> $logFile
|
||||
fi
|
||||
|
||||
# check if HDD cointains existing LND data (old RaspiBlitz Version)
|
||||
# check if HDD contains existing LND data (old RaspiBlitz Version)
|
||||
echo "Check if HDD contains existing LND data .." >> $logFile
|
||||
lndDataExists=$(ls /mnt/hdd/lnd/lnd.conf | grep -c '.conf')
|
||||
if [ ${lndDataExists} -eq 1 ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue