diff --git a/home.admin/00migrationDialog.sh b/home.admin/00migrationDialog.sh index 1cf0d33d4..62b05594e 100755 --- a/home.admin/00migrationDialog.sh +++ b/home.admin/00migrationDialog.sh @@ -44,7 +44,7 @@ migrationVersion="$2" if [ "${migrationOS}" == "raspiblitz" ]; then # infodialog - whiptail --title " IMPORT MIGRATION FILE " --yes-button "Upload File" --no-button "Ignore" --yesno "RaspiBlitz found data from UMBREL + whiptail --title " IMPORT MIGRATION FILE " --yes-button "Upload File" --no-button "Shutdown" --yesno "RaspiBlitz found data from UMBREL You can migrate your blockchain & LND data (funds & channels) over to RaspiBlitz. @@ -130,7 +130,7 @@ fi if [ "${migrationOS}" == "umbrel" ]; then # infodialog - whiptail --title " UMBREL --> RASPIBLITZ " --yes-button "Start Migration" --no-button "Ignore" --yesno "RaspiBlitz found data from UMBREL + whiptail --title " UMBREL --> RASPIBLITZ " --yes-button "Start Migration" --no-button "Shutdown" --yesno "RaspiBlitz found data from UMBREL You can migrate your blockchain & LND data (funds & channels) over to RaspiBlitz. @@ -164,7 +164,7 @@ fi if [ "${migrationOS}" == "mynode" ]; then # infodialog - whiptail --title " MYNODE --> RASPIBLITZ " --yes-button "Start Migration" --no-button "Ignore" --yesno "RaspiBlitz found data from MYNODE + whiptail --title " MYNODE --> RASPIBLITZ " --yes-button "Start Migration" --no-button "Shutdown" --yesno "RaspiBlitz found data from MYNODE You can migrate your blockchain & LND data (funds & channels) over to RaspiBlitz.