Browse Source

Merge pull request #318 from vnnkl/master

minor typo + shortened URL
dev
Christian Rotzoll 6 years ago
committed by GitHub
parent
commit
41d03b8cba
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      home.admin/00mainMenu.sh
  2. 2
      home.admin/_bootstrap.sh

4
home.admin/00mainMenu.sh

@ -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
;;

2
home.admin/_bootstrap.sh

@ -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…
Cancel
Save