mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
final ready state info
This commit is contained in:
parent
646898fa81
commit
d3ab78ccfd
1 changed files with 9 additions and 1 deletions
|
@ -168,7 +168,7 @@ Use password: raspiblitz
|
|||
" 8 41
|
||||
fi
|
||||
|
||||
elif [ "${eventID}" == "waitfinal" ] || [ "${eventID}" == "finalready" ]; then
|
||||
elif [ "${eventID}" == "waitfinal" ]; then
|
||||
|
||||
dialog --backtitle "${backtitle}" --cr-wrap --infobox "
|
||||
Setup-Done - Login for Details:
|
||||
|
@ -176,6 +176,14 @@ ssh admin@${localip}
|
|||
Use your Password A
|
||||
" 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
|
||||
|
||||
dialog --backtitle "${backtitle}" --cr-wrap --infobox "
|
||||
|
|
Loading…
Add table
Reference in a new issue