From 2fb7d74c505228f71faf37e457073eec6b8479b1 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Tue, 16 Apr 2019 18:23:02 +0100 Subject: [PATCH] debug --- home.admin/99checkBackup.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/home.admin/99checkBackup.sh b/home.admin/99checkBackup.sh index 59ae535..475a483 100644 --- a/home.admin/99checkBackup.sh +++ b/home.admin/99checkBackup.sh @@ -89,7 +89,14 @@ and download that file to your laptop. Do you want to download LND Data Backup now? " 12 58 if [ $? -eq 0 ]; then + clear + echo "*************************************" + echo "* PREPARING LND BACKUP DOWNLOAD" + echo "*************************************" + echo "please wait .." + sleep 2 /home/admin/config.scripts/lnd.rescue.sh backup + read key else clear echo "*************************************" @@ -98,6 +105,7 @@ else echo "please wait .." sleep 2 /home/admin/config.scripts/lnd.rescue.sh backup no-download + read key fi whiptail --title "READY TO UPDATE?" --yes-button "START UPDATE" --no-button "Cancel" --yesno "If you start the update: The RaspiBlitz will power down.