remove question to reboot

this was removed as this script is also being used with the new pi build script and this reboot holds up the build process and requires user input that could be confusing.
This commit is contained in:
KM4ACK 2019-12-11 07:25:46 -06:00 committed by GitHub
parent 1b309f483e
commit 3525fac76a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,14 +31,14 @@ echo "##########################################################################
echo "#instructions at https://raw.githubusercontent.com/km4ack/pi-scripts/master/gps-instruction #"
echo "#############################################################################################"
echo "Reboot is needed to complete"
echo "Would you like to reboot now? y/n"
read ANSW
#echo "Would you like to reboot now? y/n"
#read ANSW
if [ $ANSW = "y" ]
then
reboot
else
echo "GPS won't work until reboot"
exit 0
fi
#if [ $ANSW = "y" ]
#then
#reboot
#else
#echo "GPS won't work until reboot"
#exit 0
#fi