rename text

This commit is contained in:
rootzoll
2021-05-03 17:24:56 +02:00
parent 8db8ab7d76
commit ead58095b4
2 changed files with 4 additions and 2 deletions

View File

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

View File

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