From 8334805308ce4ecb95c045f10758a56cd5bbed63 Mon Sep 17 00:00:00 2001 From: Andrew Harvey Date: Tue, 17 Aug 2021 15:28:07 +1000 Subject: counts in makefile --- bin/upload.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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` -- cgit v1.2.3