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 [ ${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