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