mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 12:36:27 +02:00
debug
This commit is contained in:
@@ -27,19 +27,21 @@ if [ "${setupPhase}" == "setup" ];
|
|||||||
clear
|
clear
|
||||||
echo "Hooray :) Everything is Setup!"
|
echo "Hooray :) Everything is Setup!"
|
||||||
echo "PRESS ENTER"
|
echo "PRESS ENTER"
|
||||||
read key
|
read key2
|
||||||
|
|
||||||
# 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 key
|
read key2
|
||||||
|
|
||||||
# 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 key
|
read key2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
sleep 2
|
Reference in New Issue
Block a user