mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 20:42:41 +02:00
rename text
This commit is contained in:
@@ -113,7 +113,7 @@ fi
|
||||
if [ "${migrationOS}" == "umbrel" ]; then
|
||||
|
||||
# infodialog
|
||||
whiptail --title " UMBREL --> RASPIBLITZ " --yes-button "Start Migration" --no-button "Shutdown" --yesno "RaspiBlitz found data from UMBREL
|
||||
whiptail --title " UMBREL --> RASPIBLITZ " --yes-button "Start Migration" --no-button "No+Shutdown" --yesno "RaspiBlitz found data from UMBREL
|
||||
|
||||
You can migrate your blockchain & LND data (funds & channels) over to RaspiBlitz.
|
||||
|
||||
@@ -147,7 +147,7 @@ fi
|
||||
if [ "${migrationOS}" == "mynode" ]; then
|
||||
|
||||
# infodialog
|
||||
whiptail --title " MYNODE --> RASPIBLITZ " --yes-button "Start Migration" --no-button "Shutdown" --yesno "RaspiBlitz found data from MYNODE
|
||||
whiptail --title " MYNODE --> RASPIBLITZ " --yes-button "Start Migration" --no-button "No+Shutdown" --yesno "RaspiBlitz found data from MYNODE
|
||||
|
||||
You can migrate your blockchain & LND data (funds & channels) over to RaspiBlitz.
|
||||
|
||||
|
@@ -20,6 +20,7 @@ sudo chmod 777 $SETUPFILE
|
||||
# Basic Setup (Blockchain & Lightning Impl)
|
||||
# (skip if migration was auto-detected)
|
||||
|
||||
# migrationOS is from raspiblitz.info
|
||||
if [ "${migrationOS}" == "" ]; then
|
||||
|
||||
echo "# Starting basic setup dialog ..."
|
||||
@@ -37,6 +38,7 @@ fi
|
||||
# source setup state fresh - in case manual migration was choosen
|
||||
source $SETUPFILE
|
||||
|
||||
# migrationOS is from raspiblitz.info but might be overwritten from $SETUPFILE
|
||||
if [ "${migrationOS}" != "" ]; then
|
||||
|
||||
###############################################
|
||||
|
Reference in New Issue
Block a user