mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 11:13:12 +02:00
adding wait provision
This commit is contained in:
@@ -113,6 +113,13 @@ Preparing Setup
|
|||||||
Please wait ...
|
Please wait ...
|
||||||
" 6 24
|
" 6 24
|
||||||
|
|
||||||
|
elif [ "${eventID}" == "waitprovision" ] && [ "${mode}" == "ssh" ]; then
|
||||||
|
|
||||||
|
dialog --backtitle "${backtitle}" --cr-wrap --infobox "
|
||||||
|
Preparing Provision
|
||||||
|
Please wait ...
|
||||||
|
" 6 24
|
||||||
|
|
||||||
elif [ "${eventID}" = "noIP-LAN" ] || [ "${eventID}" = "noIP-WIFI" ]; then
|
elif [ "${eventID}" = "noIP-LAN" ] || [ "${eventID}" = "noIP-WIFI" ]; then
|
||||||
|
|
||||||
# this event is mostly for LCD/HDMI display
|
# this event is mostly for LCD/HDMI display
|
||||||
|
Reference in New Issue
Block a user