mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-09 20:32:52 +02:00
detect when ready
This commit is contained in:
@@ -19,12 +19,10 @@ fi
|
|||||||
|
|
||||||
# if setup if ready --> REBOOT
|
# if setup if ready --> REBOOT
|
||||||
if [ ${setupStep} -gt 89 ];then
|
if [ ${setupStep} -gt 89 ];then
|
||||||
echo ""
|
echo "FINISH by setupstep(${setupStep})"
|
||||||
echo "*** SETUP OK ---> REBOOT ***"
|
sleep 3
|
||||||
echo "PRESS ENTER .. to start the final reboot."
|
./90finishSetup.sh
|
||||||
read key
|
exit 0
|
||||||
sudo shutdown -r now
|
|
||||||
exit 1
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# CHECK WHAT IS ALREADY WORKING
|
# CHECK WHAT IS ALREADY WORKING
|
||||||
|
Reference in New Issue
Block a user