aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/osm
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-02-10 16:20:27 +0800
committertypebrook <typebrook@gmail.com>2020-02-10 16:20:27 +0800
commitde51442d4368c7a8fa14ba8b033789390174680f (patch)
tree0c140056761ca9cd3e3034492bb8e71345dabac1 /scripts/osm
parent932c9dbd5489ecc0dc7cc25f73a3fd585d9a1446 (diff)
update
Diffstat (limited to 'scripts/osm')
-rw-r--r--scripts/osm/osm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/osm/osm b/scripts/osm/osm
index 671d639..a595fb7 100644
--- a/scripts/osm/osm
+++ b/scripts/osm/osm
@@ -4,7 +4,7 @@
4export OSM_SERVER=https://api.openstreetmap.org 4export OSM_SERVER=https://api.openstreetmap.org
5 5
6export OSM_API=$OSM_SERVER/api/0.6 6export OSM_API=$OSM_SERVER/api/0.6
7export OSM_USER_PASSWD=$(cat $SETTING_DIR/tokens/osm) 7export OSM_USER_PASSWD=$(cat $SETTING_DIR/tokens/osm 2>/dev/null)
8 8
9FILENAME=$0 9FILENAME=$0
10 10