From 0bf797f43a7e63fd110640554dc72e31d27f075b Mon Sep 17 00:00:00 2001 From: openoms Date: Tue, 7 Sep 2021 14:45:18 +0100 Subject: [PATCH] make clnrescue='${clnrescue}' +comment typos --- home.admin/setup.scripts/controlSetupDialog.sh | 8 ++++---- home.admin/setup.scripts/dialogLightningWallet-cln.sh | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/home.admin/setup.scripts/controlSetupDialog.sh b/home.admin/setup.scripts/controlSetupDialog.sh index 7546052e2..c81a14a9a 100755 --- a/home.admin/setup.scripts/controlSetupDialog.sh +++ b/home.admin/setup.scripts/controlSetupDialog.sh @@ -91,7 +91,7 @@ if [ "${setupPhase}" == "setup" ]; then /home/admin/setup.scripts/dialogBasicSetup.sh ${orgSetupPhase} menuresult=$? - # menu REVOVER menu option + # menu RECOVER menu option if [ "${menuresult}" == "4" ]; then setupPhase="${orgSetupPhase}" # proceed with provision (mark Password A to be set) @@ -163,7 +163,7 @@ if [ "${setupPhase}" == "setup" ]; then elif [ "${userChoice}" == "2" ]; then - # KEEP BLOCKCHAIN + DLETE ALL THE REST + # KEEP BLOCKCHAIN + DELETE ALL THE REST # when blockchain comes from another node migrate data first if [ "${hddGotMigrationData}" != "" ]; then @@ -190,7 +190,7 @@ if [ "${setupPhase}" == "setup" ]; then sudo /home/admin/config.scripts/blitz.datadrive.sh unmount sleep 2 - # by keeping that blockchain - user choosed already the blockchain type + # by keeping that blockchain - user chose already the blockchain type echo "Selecting as blockchain network automatically .." if [ "${hddBlocksLitecoin}" == "1" ]; then echo "network=litecoin" >> $SETUPFILE @@ -269,7 +269,7 @@ if [ "${setupPhase}" == "setup" ]; then dialogResult=$? else - echo "FAIL: unkown lightning implementation (${lightning})" + echo "FAIL: unknown lightning implementation (${lightning})" lightningWalletDone=1 sleep 8 fi diff --git a/home.admin/setup.scripts/dialogLightningWallet-cln.sh b/home.admin/setup.scripts/dialogLightningWallet-cln.sh index 1b486d6e8..233c767c2 100644 --- a/home.admin/setup.scripts/dialogLightningWallet-cln.sh +++ b/home.admin/setup.scripts/dialogLightningWallet-cln.sh @@ -94,7 +94,7 @@ else exit 1 fi -# UPLOAD LND RESCUE FILE dialog (if activated by dialogs above) +# UPLOAD CLN RESCUE FILE dialog (if activated by dialogs above) if [ ${uploadRESCUE} -eq 1 ]; then # run upload dialog and get result @@ -114,7 +114,7 @@ if [ ${uploadRESCUE} -eq 1 ]; then sudo sed -i '/^clnrescue=/d' $SETUPFILE # store result in setup state - echo "clnrescue='${lndrescue}'" >> $SETUPFILE + echo "clnrescue='${clnrescue}'" >> $SETUPFILE fi # INPUT LIGHTNING SEED dialog (if activated by dialogs above)