From 5ebe334e424090883c352f0d1f5bf818f8d39191 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Fri, 16 Jul 2021 13:13:06 +0200 Subject: [PATCH] move name dialog --- home.admin/setup.scripts/controlSetupDialog.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/home.admin/setup.scripts/controlSetupDialog.sh b/home.admin/setup.scripts/controlSetupDialog.sh index 51236223d..e2637158c 100755 --- a/home.admin/setup.scripts/controlSetupDialog.sh +++ b/home.admin/setup.scripts/controlSetupDialog.sh @@ -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