mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-05 14:03:17 +02:00
move name dialog
This commit is contained in:
@@ -207,6 +207,12 @@ if [ "${setupPhase}" == "setup" ]; then
|
|||||||
# FRESH SETUP
|
# FRESH SETUP
|
||||||
if [ "${menuresult}" == "0" ]; then
|
if [ "${menuresult}" == "0" ]; then
|
||||||
|
|
||||||
|
############################################
|
||||||
|
# Setting Name for Node
|
||||||
|
|
||||||
|
echo "# Starting name dialog ..."
|
||||||
|
/home/admin/setup.scripts/dialogName.sh
|
||||||
|
|
||||||
############################################
|
############################################
|
||||||
# Choosing Blockchain & Lightning
|
# Choosing Blockchain & Lightning
|
||||||
|
|
||||||
@@ -217,12 +223,6 @@ if [ "${setupPhase}" == "setup" ]; then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
############################################
|
|
||||||
# Setting Name for Node
|
|
||||||
|
|
||||||
echo "# Starting name dialog ..."
|
|
||||||
/home/admin/setup.scripts/dialogName.sh
|
|
||||||
|
|
||||||
############################################
|
############################################
|
||||||
# Lightning Wallet (new or restore) do this before passwords
|
# Lightning Wallet (new or restore) do this before passwords
|
||||||
# because password C not needed if LND rescue file is uploaded
|
# because password C not needed if LND rescue file is uploaded
|
||||||
|
Reference in New Issue
Block a user