got rid of fake latlon requirement

This commit is contained in:
Ray Ozzie 2016-04-10 15:30:17 -04:00
parent bb109587c9
commit f26f134f65

15
run.sh
View File

@ -36,21 +36,6 @@ if [[ $GW_CONTACT_EMAIL == "" ]]; then
exit 1
fi
if [[ $GW_REF_LATITUDE == "" ]]; then
echo "ERROR: GW_REF_LATITUDE required"
exit 1
fi
if [[ $GW_REF_LONGITUDE == "" ]]; then
echo "ERROR: GW_REF_LONGITUDE required"
exit 1
fi
if [[ $GW_REF_ALTITUDE == "" ]]; then
echo "ERROR: GW_REF_ALTITUDE required"
exit 1
fi
echo "******************"
echo ""