diff options
Diffstat (limited to 'bin/osm')
| -rw-r--r-- | bin/osm/osm | 2 |
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 | |||
| 5 | export OSM_TES_SERVER=https://api.openstreetmap.org | 5 | export OSM_TES_SERVER=https://api.openstreetmap.org |
| 6 | 6 | ||
| 7 | export OSM_API=$OSM_SERVER/api/0.6 | 7 | export OSM_API=$OSM_SERVER/api/0.6 |
| 8 | export OSM_USER_PASSWD=$(cat $SETTING_DIR/tokens/osm 2>/dev/null) | 8 | export OSM_USER_PASSWD=$(cat $HELPER_DIR/tokens/osm 2>/dev/null) |
| 9 | 9 | ||
| 10 | FILENAME=$0 | 10 | FILENAME=$0 |
| 11 | 11 | ||