#1841 change BEWARE info on lnd rescue download

This commit is contained in:
rootzoll 2020-12-10 22:30:13 +01:00
parent 93eb4233f9
commit 21607e88ab

View File

@ -84,7 +84,8 @@ if [ ${mode} = "backup" ]; then
echo
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."
echo "again or rebooted, it's not advised to restore the backup file because"
echo "it would contain outdated channel data and can lead to loss of channel funds."
elif [ ${mode} = "restore" ]; then