add event system-init

This commit is contained in:
rootzoll
2021-05-06 02:27:26 +02:00
parent 452d6fafb8
commit 4ff3e3deb2

View File

@@ -28,7 +28,7 @@ backtitle="RaspiBlitz ${codeVersion} / ${localip}"
# 1) WELL DEFINED EVENTS # 1) WELL DEFINED EVENTS
################################################ ################################################
if [ "${eventID}" == "starting" ]; then if [ "${eventID}" == "starting" ] || [ "${eventID}" == "system-init" ]; then
dialog --backtitle "${backtitle}" --cr-wrap --infobox " dialog --backtitle "${backtitle}" --cr-wrap --infobox "
Starting RaspiBlitz Starting RaspiBlitz
@@ -41,6 +41,7 @@ elif [ "${eventID}" == "reboot" ]; then
Shutting down for reboot. Shutting down for reboot.
" 5 30 " 5 30
elif [ "${eventID}" == "noHDD" ]; then elif [ "${eventID}" == "noHDD" ]; then
# contentWords[0] --> size string (for example '1TB') # contentWords[0] --> size string (for example '1TB')