mirror of
https://github.com/km4ack/pi-scripts
synced 2026-08-13 17:52:05 -04:00
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:
parent
1b309f483e
commit
3525fac76a
1 changed files with 9 additions and 9 deletions
18
gpsinstall
18
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue