mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 21:28:54 +02:00
add event system-init
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user