From 12d186db5c85e5e38c533195f10acdc2955ea86d Mon Sep 17 00:00:00 2001 From: Joe Prochazka Date: Mon, 22 Feb 2016 23:28:28 -0500 Subject: [PATCH] Positioned warning after web link. --- bash/image.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bash/image.sh b/bash/image.sh index 9096f03..d1f3ec5 100644 --- a/bash/image.sh +++ b/bash/image.sh @@ -46,9 +46,10 @@ echo "set the latitude and longitude of your feeder. If you do not know the" echo "latitude and longitude of your feeder you can find out this information" echo "by using Geocode by Address tool found on my web site." echo "" +echo " https://www.swiftbyte.com/toolbox/geocode" +echo "" echo "NOT SETTING LATITUDE AND LONGITUDE WILL BREAK THE RANGE PERFORMANCE GRAPH" echo "" -echo " https://www.swiftbyte.com/toolbox/geocode" echo -e "\033[37m" read -p "Feeder Latitude: " FEEDERLAT read -p "Feeder Longitude: " FEEDERLON