From 037e0f89a834c4c2cd3a9b3a79e974231e35b052 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Tue, 16 Apr 2019 18:14:19 +0100 Subject: [PATCH] restart lnd if needed --- home.admin/99checkBackup.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home.admin/99checkBackup.sh b/home.admin/99checkBackup.sh index 133796b..59ae535 100644 --- a/home.admin/99checkBackup.sh +++ b/home.admin/99checkBackup.sh @@ -51,6 +51,7 @@ OK. You are running the newest version of RaspiBlitz. if [ $? -eq 0 ]; then exit 1 fi + clear else whiptail --title "Update Check" --yes-button "Yes" --no-button "Not Now" --yesno " @@ -112,6 +113,10 @@ and do you WANT TO START UPDATE NOW? " 16 62 if [ $? -eq 1 ]; then + dialog --title " Update Canceled " --msgbox " +OK. RaspiBlitz will NOT update now. + " 7 39 + sudo systemctl start lnd exit 1 fi