mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
Minor typo and wording corrections
This commit is contained in:
parent
006e0473a8
commit
33064b20b7
1 changed files with 7 additions and 7 deletions
|
@ -54,16 +54,16 @@ if [ ${mode} = "backup" ]; then
|
|||
# offer SCP for download
|
||||
clear
|
||||
echo
|
||||
echo "*****************************"
|
||||
echo "* DOWNLOAD THE REASCUE FILE *"
|
||||
echo "*****************************"
|
||||
echo "****************************"
|
||||
echo "* DOWNLOAD THE RESCUE FILE *"
|
||||
echo "****************************"
|
||||
echo
|
||||
echo "ON YOUR LAPTOP - RUN IN NEW TERMINAL:"
|
||||
echo "scp -r 'admin@${localip}:/home/admin/lnd-rescue-*.tar.gz' ./"
|
||||
echo ""
|
||||
echo "Use password A to authenticate file transfer."
|
||||
echo
|
||||
echo "BEWARE: Your Lightning node is now stopped. Its safe to backup the data and"
|
||||
echo "BEWARE: Your Lightning node is now stopped. It's safe to backup the data and"
|
||||
echo "restore it on a fresh RaspiBlitz. But once this Lightning node gets started"
|
||||
echo "again or rebooted its not adviced to restore the backup file anymore because"
|
||||
echo "it cointains then outdated channel data & can lead to loss of channel funds."
|
||||
|
@ -129,8 +129,8 @@ elif [ ${mode} = "restore" ]; then
|
|||
echo "OK -> checksum looks good: ${md5checksum}"
|
||||
else
|
||||
echo "!!! FAIL -> Checksum not correct."
|
||||
echo "Maybe transfer failed? Continue on your own risk!"
|
||||
echo "Recommend to abort and upload again!"
|
||||
echo "Maybe transfer failed? Continue at your own risk!"
|
||||
echo "It is recommended to abort and upload again!"
|
||||
fi
|
||||
|
||||
# overrride test
|
||||
|
@ -258,4 +258,4 @@ elif [ ${mode} = "scb-up" ]; then
|
|||
|
||||
else
|
||||
echo "unknown parameter '${mode}' - exit"
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue