mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-21 23:02:00 +02:00
add debug
This commit is contained in:
@@ -81,6 +81,8 @@ do
|
|||||||
|
|
||||||
# when is needed & bootstrap process signals that it waits for user dialog
|
# when is needed & bootstrap process signals that it waits for user dialog
|
||||||
if [ "${setupPhase}" != "done" ] && [ "${state}" == "waitfinal" ]; then
|
if [ "${setupPhase}" != "done" ] && [ "${state}" == "waitfinal" ]; then
|
||||||
|
echo "TESTER"
|
||||||
|
sleep 3
|
||||||
# push to final setup gui dialogs
|
# push to final setup gui dialogs
|
||||||
/home/admin/setup.scripts/finalDialogControl.sh
|
/home/admin/setup.scripts/finalDialogControl.sh
|
||||||
state="starting"
|
state="starting"
|
||||||
|
@@ -9,6 +9,11 @@ source /home/admin/raspiblitz.info
|
|||||||
SETUPFILE="/var/cache/raspiblitz/temp/raspiblitz.setup"
|
SETUPFILE="/var/cache/raspiblitz/temp/raspiblitz.setup"
|
||||||
source ${SETUPFILE}
|
source ${SETUPFILE}
|
||||||
|
|
||||||
|
|
||||||
|
clear
|
||||||
|
echo "TEST"
|
||||||
|
sleep 3
|
||||||
|
|
||||||
############################################
|
############################################
|
||||||
# SHOW SEED WORDS AFTER SETUP
|
# SHOW SEED WORDS AFTER SETUP
|
||||||
if [ "${setupPhase}" == "setup" ]; then
|
if [ "${setupPhase}" == "setup" ]; then
|
||||||
|
Reference in New Issue
Block a user