got rid of fake latlon requirement
This commit is contained in:
parent
bb109587c9
commit
f26f134f65
15
run.sh
15
run.sh
@ -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 ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user