From 3525fac76a736a42e16a190da1569e8002489486 Mon Sep 17 00:00:00 2001 From: KM4ACK <42844783+km4ack@users.noreply.github.com> Date: Wed, 11 Dec 2019 07:25:46 -0600 Subject: [PATCH] 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. --- gpsinstall | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gpsinstall b/gpsinstall index d9567f6..bc3c534 100644 --- a/gpsinstall +++ b/gpsinstall @@ -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