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