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')