mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
shutdown
This commit is contained in:
@@ -44,7 +44,7 @@ migrationVersion="$2"
|
|||||||
if [ "${migrationOS}" == "raspiblitz" ]; then
|
if [ "${migrationOS}" == "raspiblitz" ]; then
|
||||||
|
|
||||||
# infodialog
|
# infodialog
|
||||||
whiptail --title " IMPORT MIGRATION FILE " --yes-button "Upload File" --no-button "Cancel/Shutdown" --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.
|
You can migrate your blockchain & LND data (funds & channels) over to RaspiBlitz.
|
||||||
|
|
||||||
@@ -130,7 +130,7 @@ fi
|
|||||||
if [ "${migrationOS}" == "umbrel" ]; then
|
if [ "${migrationOS}" == "umbrel" ]; then
|
||||||
|
|
||||||
# infodialog
|
# infodialog
|
||||||
whiptail --title " UMBREL --> RASPIBLITZ " --yes-button "Start Migration" --no-button "Cancel/Shutdown" --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.
|
You can migrate your blockchain & LND data (funds & channels) over to RaspiBlitz.
|
||||||
|
|
||||||
@@ -164,7 +164,7 @@ fi
|
|||||||
if [ "${migrationOS}" == "mynode" ]; then
|
if [ "${migrationOS}" == "mynode" ]; then
|
||||||
|
|
||||||
# infodialog
|
# infodialog
|
||||||
whiptail --title " MYNODE --> RASPIBLITZ " --yes-button "Start Migration" --no-button "Cancel/Shutdown" --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.
|
You can migrate your blockchain & LND data (funds & channels) over to RaspiBlitz.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user