add debug

This commit is contained in:
rootzoll
2021-05-25 18:02:55 -05:00
parent b4c9b743ed
commit 93310f0097
2 changed files with 7 additions and 0 deletions

View File

@@ -81,6 +81,8 @@ do
# when is needed & bootstrap process signals that it waits for user dialog
if [ "${setupPhase}" != "done" ] && [ "${state}" == "waitfinal" ]; then
echo "TESTER"
sleep 3
# push to final setup gui dialogs
/home/admin/setup.scripts/finalDialogControl.sh
state="starting"

View File

@@ -9,6 +9,11 @@ source /home/admin/raspiblitz.info
SETUPFILE="/var/cache/raspiblitz/temp/raspiblitz.setup"
source ${SETUPFILE}
clear
echo "TEST"
sleep 3
############################################
# SHOW SEED WORDS AFTER SETUP
if [ "${setupPhase}" == "setup" ]; then