diff options
author | Andrew Harvey <andrew@alantgeo.com.au> | 2021-08-17 15:28:07 +1000 |
---|---|---|
committer | Andrew Harvey <andrew@alantgeo.com.au> | 2021-08-17 15:28:07 +1000 |
commit | 8334805308ce4ecb95c045f10758a56cd5bbed63 (patch) | |
tree | 49afcf9f977b636dc697e82a9a1ffbed3c99a0f6 /bin/upload.sh | |
parent | 8a615636d22f7548dae464d561e02cd17e21f78b (diff) |
counts in makefile
Diffstat (limited to 'bin/upload.sh')
-rwxr-xr-x | bin/upload.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/upload.sh b/bin/upload.sh index 1144254..4fef024 100755 --- a/bin/upload.sh +++ b/bin/upload.sh @@ -8,10 +8,10 @@ IMPORT_DOC="https://wiki.openstreetmap.org/wiki/Imports/Vicmap_Address" i=0 totalFiles=`ls -1 dist/candidates/newAddressesInBlocksWithoutAnyExisting/*.osm | wc -l` +categoryMessage="New addresses in blocks without any existing addresses" +stage="Stage 3" for f in dist/candidates/newAddressesInBlocksWithoutAnyExisting/*.osm; do i=$(($i + 1)) - categoryMessage="New addresses in blocks without any existing addresses" - stage="Stage 3" d=`dirname "$f"` b=`basename "$f" .osm` id=`echo "$b" | cut -d'_' -f1` |