mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 19:21:57 +02:00
fix wait info
This commit is contained in:
@@ -117,9 +117,8 @@ your connection to internet router.
|
|||||||
elif [ "${eventID}" == "waitsetup" ] && [ "${mode}" == "ssh" ]; then
|
elif [ "${eventID}" == "waitsetup" ] && [ "${mode}" == "ssh" ]; then
|
||||||
|
|
||||||
dialog --backtitle "${backtitle}" --cr-wrap --infobox "
|
dialog --backtitle "${backtitle}" --cr-wrap --infobox "
|
||||||
Preparing Setup
|
|
||||||
Please wait ...
|
Please wait ...
|
||||||
" 6 24
|
" 5 24
|
||||||
|
|
||||||
elif [ "${eventID}" == "waitprovision" ]; then
|
elif [ "${eventID}" == "waitprovision" ]; then
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user