restore info

This commit is contained in:
Christian Rotzoll 2019-03-17 00:29:58 +01:00
parent eb6fc65381
commit 75eb88873b

View File

@ -90,6 +90,12 @@ elif [ ${mode} = "restore" ]; then
if [ ${countZips} -eq 1 ]; then
clear
echo
echo "**************************"
echo "* RESTORING BACKUP FILE *"
echo "**************************"
echo
filename=$(sudo ls /home/admin/lnd-rescue-*.tar.gz)
echo "OK -> found file to restore: ${filename}"