diff options
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` |