mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 04:00:34 +02:00
final ready state info
This commit is contained in:
@@ -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 "
|
||||
|
Reference in New Issue
Block a user