mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 12:06:36 +02:00
debug
This commit is contained in:
@@ -23,6 +23,9 @@ if [ "${setupPhase}" == "setup" ]; then
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "test(${setupPhase})"
|
||||||
|
sleep 2
|
||||||
|
|
||||||
############################################
|
############################################
|
||||||
# SETUP DONE CONFIRMATION (Konfetti Moment)
|
# SETUP DONE CONFIRMATION (Konfetti Moment)
|
||||||
|
|
||||||
@@ -31,21 +34,22 @@ if [ "${setupPhase}" == "setup" ];
|
|||||||
clear
|
clear
|
||||||
echo "Hooray :) Everything is Setup!"
|
echo "Hooray :) Everything is Setup!"
|
||||||
echo "PRESS ENTER"
|
echo "PRESS ENTER"
|
||||||
read key2
|
read key
|
||||||
|
|
||||||
# when coming from migration from other node
|
# when coming from migration from other node
|
||||||
elif [ "${setupPhase}" == "migration" ]; then
|
elif [ "${setupPhase}" == "migration" ]; then
|
||||||
clear
|
clear
|
||||||
echo "Hooray :) Your Migration to RaspiBlitz is Done!"
|
echo "Hooray :) Your Migration to RaspiBlitz is Done!"
|
||||||
echo "PRESS ENTER"
|
echo "PRESS ENTER"
|
||||||
read key2
|
read key
|
||||||
|
|
||||||
# just in case then from another phase
|
# just in case then from another phase
|
||||||
else
|
else
|
||||||
clear
|
clear
|
||||||
echo "Missing Final Done Dialog for: ${setupPhase}"
|
echo "Missing Final Done Dialog for: ${setupPhase}"
|
||||||
echo "PRESS ENTER"
|
echo "PRESS ENTER"
|
||||||
read key2
|
read key
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "test"
|
||||||
sleep 2
|
sleep 2
|
Reference in New Issue
Block a user