add event wait infos for setup done

This commit is contained in:
rootzoll
2021-06-20 23:30:56 +02:00
parent ad55965fd6
commit 64a4cccbe3
2 changed files with 3 additions and 3 deletions

View File

@@ -118,7 +118,7 @@ else
read key
fi
echo "Starting ..."
echo "Starting ... (please wait)"
# signal to backend that all is good and it can continue
sudo sed -i "s/^state=.*/state='finalready'/g" /home/admin/raspiblitz.info

View File

@@ -38,7 +38,7 @@ backtitle="RaspiBlitz ${codeVersion} / ${localip} / ${eventID}"
# 1) WELL DEFINED EVENTS
################################################
if [ "${eventID}" == "starting" ] || [ "${eventID}" == "system-init" ]; then
if [ "${eventID}" == "starting" ] || [ "${eventID}" == "system-init" ] || [ "${eventID}" == "ready" ]; then
dialog --backtitle "${backtitle}" --cr-wrap --infobox "
Starting RaspiBlitz
@@ -160,7 +160,7 @@ Use password: raspiblitz
" 8 41
fi
elif [ "${eventID}" == "waitfinal" ]; then
elif [ "${eventID}" == "waitfinal" ] || [ "${eventID}" == "finalready" ]; then
dialog --backtitle "${backtitle}" --cr-wrap --infobox "
Setup-Done - Login for Details: