aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin/osm
diff options
context:
space:
mode:
Diffstat (limited to 'bin/osm')
-rw-r--r--bin/osm/osm2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/osm/osm b/bin/osm/osm
index 344f906..4111eae 100644
--- a/bin/osm/osm
+++ b/bin/osm/osm
@@ -5,7 +5,7 @@ export OSM_SERVER=https://api.openstreetmap.org
5export OSM_TES_SERVER=https://api.openstreetmap.org 5export OSM_TES_SERVER=https://api.openstreetmap.org
6 6
7export OSM_API=$OSM_SERVER/api/0.6 7export OSM_API=$OSM_SERVER/api/0.6
8export OSM_USER_PASSWD=$(cat $SETTING_DIR/tokens/osm 2>/dev/null) 8export OSM_USER_PASSWD=$(cat $HELPER_DIR/tokens/osm 2>/dev/null)
9 9
10FILENAME=$0 10FILENAME=$0
11 11