Minor typo and wording corrections

This commit is contained in:
Dennis Reimann 2020-06-25 23:32:41 +02:00 committed by GitHub
parent 006e0473a8
commit 33064b20b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,16 +54,16 @@ if [ ${mode} = "backup" ]; then
# offer SCP for download # offer SCP for download
clear clear
echo echo
echo "*****************************" echo "****************************"
echo "* DOWNLOAD THE REASCUE FILE *" echo "* DOWNLOAD THE RESCUE FILE *"
echo "*****************************" echo "****************************"
echo echo
echo "ON YOUR LAPTOP - RUN IN NEW TERMINAL:" echo "ON YOUR LAPTOP - RUN IN NEW TERMINAL:"
echo "scp -r 'admin@${localip}:/home/admin/lnd-rescue-*.tar.gz' ./" echo "scp -r 'admin@${localip}:/home/admin/lnd-rescue-*.tar.gz' ./"
echo "" echo ""
echo "Use password A to authenticate file transfer." echo "Use password A to authenticate file transfer."
echo 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 "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 "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." 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}" echo "OK -> checksum looks good: ${md5checksum}"
else else
echo "!!! FAIL -> Checksum not correct." echo "!!! FAIL -> Checksum not correct."
echo "Maybe transfer failed? Continue on your own risk!" echo "Maybe transfer failed? Continue at your own risk!"
echo "Recommend to abort and upload again!" echo "It is recommended to abort and upload again!"
fi fi
# overrride test # overrride test
@ -258,4 +258,4 @@ elif [ ${mode} = "scb-up" ]; then
else else
echo "unknown parameter '${mode}' - exit" echo "unknown parameter '${mode}' - exit"
fi fi