mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-03 18:09:03 +02:00
final ready state info
This commit is contained in:
@@ -168,7 +168,7 @@ Use password: raspiblitz
|
|||||||
" 8 41
|
" 8 41
|
||||||
fi
|
fi
|
||||||
|
|
||||||
elif [ "${eventID}" == "waitfinal" ] || [ "${eventID}" == "finalready" ]; then
|
elif [ "${eventID}" == "waitfinal" ]; then
|
||||||
|
|
||||||
dialog --backtitle "${backtitle}" --cr-wrap --infobox "
|
dialog --backtitle "${backtitle}" --cr-wrap --infobox "
|
||||||
Setup-Done - Login for Details:
|
Setup-Done - Login for Details:
|
||||||
@@ -176,6 +176,14 @@ ssh admin@${localip}
|
|||||||
Use your Password A
|
Use your Password A
|
||||||
" 7 41
|
" 7 41
|
||||||
|
|
||||||
|
elif [ "${eventID}" == "finalready" ]; then
|
||||||
|
|
||||||
|
dialog --backtitle "${backtitle}" --cr-wrap --infobox "
|
||||||
|
Setup-Done - Please Wait
|
||||||
|
ssh admin@${localip}
|
||||||
|
Use your Password A
|
||||||
|
" 7 41
|
||||||
|
|
||||||
elif [ "${eventID}" == "shutdown" ]; then
|
elif [ "${eventID}" == "shutdown" ]; then
|
||||||
|
|
||||||
dialog --backtitle "${backtitle}" --cr-wrap --infobox "
|
dialog --backtitle "${backtitle}" --cr-wrap --infobox "
|
||||||
|
Reference in New Issue
Block a user