aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/osm
diff options
context:
space:
mode:
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