Skip to content

Commit

Permalink
Update postToMap.sh: rename variables
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Sep 18, 2023
1 parent e368715 commit d555ae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/postToMap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,12 @@ fi

OK="true"
E="" # Global variable
LATITUDE="$( settings ".latitude" )"
LATITUDE="$( settings "._latitude" )"
if [[ -z ${LATITUDE} ]]; then
E="ERROR: 'Latitude' is required.${BR}${E}"
OK="false"
fi
LONGITUDE="$( settings ".longitude" )"
LONGITUDE="$( settings "._longitude" )"
if [[ -z ${LONGITUDE} ]]; then
E="ERROR: 'Longitude' is required.${BR}${E}"
OK="false"
Expand Down

0 comments on commit d555ae1

Please sign in to comment.