From 4ff3e3deb288962b94fb101a9ad4f8406a0bacf2 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Thu, 6 May 2021 02:27:26 +0200 Subject: [PATCH] add event system-init --- home.admin/setup.scripts/eventInfoWait.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home.admin/setup.scripts/eventInfoWait.sh b/home.admin/setup.scripts/eventInfoWait.sh index e604e5811..2bacd75b7 100644 --- a/home.admin/setup.scripts/eventInfoWait.sh +++ b/home.admin/setup.scripts/eventInfoWait.sh @@ -28,7 +28,7 @@ backtitle="RaspiBlitz ${codeVersion} / ${localip}" # 1) WELL DEFINED EVENTS ################################################ -if [ "${eventID}" == "starting" ]; then +if [ "${eventID}" == "starting" ] || [ "${eventID}" == "system-init" ]; then dialog --backtitle "${backtitle}" --cr-wrap --infobox " Starting RaspiBlitz @@ -41,6 +41,7 @@ elif [ "${eventID}" == "reboot" ]; then Shutting down for reboot. " 5 30 + elif [ "${eventID}" == "noHDD" ]; then # contentWords[0] --> size string (for example '1TB')