detect when ready

This commit is contained in:
rootzoll
2018-08-24 12:59:45 +02:00
parent 8f91d19377
commit 18a35f8155

View File

@@ -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