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