mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 20:42:41 +02:00
rename option
This commit is contained in:
@@ -50,7 +50,7 @@ RaspiBlitz image to your SD card.
|
|||||||
OPTIONS=(HARDWARE "Run Hardwaretest" \
|
OPTIONS=(HARDWARE "Run Hardwaretest" \
|
||||||
SOFTWARE "Run Softwaretest (DebugReport)" \
|
SOFTWARE "Run Softwaretest (DebugReport)" \
|
||||||
BACKUP-LND "Backup your LND data (Rescue-File)" \
|
BACKUP-LND "Backup your LND data (Rescue-File)" \
|
||||||
BACKUP-HDD "Backup HDD data (Migration-File)" \
|
MIGRATION "Migrate Blitz Data to new Hardware" \
|
||||||
RESET-CHAIN "Delete Blockchain & Re-Download" \
|
RESET-CHAIN "Delete Blockchain & Re-Download" \
|
||||||
RESET-LND "Delete LND & start new node/wallet" \
|
RESET-LND "Delete LND & start new node/wallet" \
|
||||||
RESET-HDD "Delete HDD Data but keep Blockchain" \
|
RESET-HDD "Delete HDD Data but keep Blockchain" \
|
||||||
@@ -77,7 +77,7 @@ case $CHOICE in
|
|||||||
read key
|
read key
|
||||||
/home/admin/00mainMenu.sh
|
/home/admin/00mainMenu.sh
|
||||||
;;
|
;;
|
||||||
BACKUP-HDD)
|
MIGRATION)
|
||||||
sudo /home/admin/config.scripts/blitz.migration.sh "export-gui"
|
sudo /home/admin/config.scripts/blitz.migration.sh "export-gui"
|
||||||
echo "Press ENTER to return to main menu."
|
echo "Press ENTER to return to main menu."
|
||||||
read key
|
read key
|
||||||
|
Reference in New Issue
Block a user