mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
debug output
This commit is contained in:
@@ -95,7 +95,7 @@ elif [ ${mode} = "restore" ]; then
|
||||
echo "* RESTORING BACKUP FILE *"
|
||||
echo "**************************"
|
||||
echo
|
||||
|
||||
|
||||
filename=$(sudo ls /home/admin/lnd-rescue-*.tar.gz)
|
||||
echo "OK -> found file to restore: ${filename}"
|
||||
|
||||
@@ -131,7 +131,7 @@ elif [ ${mode} = "restore" ]; then
|
||||
echo
|
||||
|
||||
# unpack zip
|
||||
echo "Restoring LND data ..."
|
||||
echo "Restoring LND data from ${filename} ..."
|
||||
sudo tar -xfv ${filename} -C /
|
||||
echo "OK"
|
||||
echo
|
||||
|
Reference in New Issue
Block a user