diff options
author | typebrook <typebrook@gmail.com> | 2019-11-26 16:49:33 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-11-26 16:49:33 +0800 |
commit | 48e72e99b5085f03b98cfe096a07442bd8d03dce (patch) | |
tree | 5cca98461ba6d2ee71ff9611f5ec60578b931406 /scripts/osm/osm.pbf.update | |
parent | 1baedc95f4272c1663c1a60673e1b57f27304340 (diff) |
update
Diffstat (limited to 'scripts/osm/osm.pbf.update')
-rwxr-xr-x | scripts/osm/osm.pbf.update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/osm/osm.pbf.update b/scripts/osm/osm.pbf.update index 8c10d5b..117276c 100755 --- a/scripts/osm/osm.pbf.update +++ b/scripts/osm/osm.pbf.update | |||
@@ -4,7 +4,7 @@ GEOFABRICK_SERVER=http://download.geofabrik.de/asia/taiwan-updates | |||
4 | PBF_FILE=$1 | 4 | PBF_FILE=$1 |
5 | 5 | ||
6 | # get latest sequence number | 6 | # get latest sequence number |
7 | echo Fetching latest sequence number | 7 | echo Fetching the latest sequence number |
8 | LATEST_SEQ=$(curl --silent http://download.geofabrik.de/asia/taiwan-updates/state.txt |\ | 8 | LATEST_SEQ=$(curl --silent http://download.geofabrik.de/asia/taiwan-updates/state.txt |\ |
9 | tail -1 | cut -d'=' -f2) | 9 | tail -1 | cut -d'=' -f2) |
10 | 10 | ||