make clnrescue='${clnrescue}' +comment typos

This commit is contained in:
openoms 2021-09-07 14:45:18 +01:00
parent a067cb0ae7
commit 0bf797f43a
No known key found for this signature in database
GPG Key ID: 5BFB77609B081B65
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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)