mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 21:28:54 +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
|
||||
if [ "${setupPhase}" != "done" ] && [ "${state}" == "waitfinal" ]; then
|
||||
echo "TESTER"
|
||||
sleep 3
|
||||
# push to final setup gui dialogs
|
||||
/home/admin/setup.scripts/finalDialogControl.sh
|
||||
state="starting"
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user