From 6e28ad889a610138b41a94b8a97716b191a9fe71 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Thu, 23 Jul 2020 12:51:27 +0200 Subject: [PATCH] FINAL reboot just pause no OK --- home.admin/20recoverDialog.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/20recoverDialog.sh b/home.admin/20recoverDialog.sh index 9e47ac557..9809d13af 100755 --- a/home.admin/20recoverDialog.sh +++ b/home.admin/20recoverDialog.sh @@ -57,10 +57,10 @@ to deactivate the Auto-Unlock feature. " 10 52 echo "Activating Auto-Unlock (please wait) .." sudo /home/admin/config.scripts/lnd.autounlock.sh on - dialog --backtitle "RaspiBlitz" --msgbox "FINAL REBOOT IS NEEDED." 6 52 + dialog --backtitle "RaspiBlitz" --pause " FINAL REBOOT IS NEEDED." 8 52 5 else - dialog --backtitle "RaspiBlitz" --msgbox "OK - SSH password A set.\nFINAL REBOOT IS NEEDED." 6 52 + dialog --backtitle "RaspiBlitz" --pause " OK - SSH password A set.\n FINAL REBOOT IS NEEDED." 9 52 5 fi sudo /home/admin/XXshutdown.sh reboot \ No newline at end of file