Browse Source

restore info

v1.1
Christian Rotzoll 6 years ago
parent
commit
75eb88873b
  1. 6
      home.admin/config.scripts/lnd.rescue.sh

6
home.admin/config.scripts/lnd.rescue.sh

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

Loading…
Cancel
Save