diff options
author | typebrook <typebrook@gmail.com> | 2020-02-10 16:20:27 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-02-10 16:20:27 +0800 |
commit | de51442d4368c7a8fa14ba8b033789390174680f (patch) | |
tree | 0c140056761ca9cd3e3034492bb8e71345dabac1 /scripts/osm | |
parent | 932c9dbd5489ecc0dc7cc25f73a3fd585d9a1446 (diff) |
update
Diffstat (limited to 'scripts/osm')
-rw-r--r-- | scripts/osm/osm | 2 |
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 @@ | |||
4 | export OSM_SERVER=https://api.openstreetmap.org | 4 | export OSM_SERVER=https://api.openstreetmap.org |
5 | 5 | ||
6 | export OSM_API=$OSM_SERVER/api/0.6 | 6 | export OSM_API=$OSM_SERVER/api/0.6 |
7 | export OSM_USER_PASSWD=$(cat $SETTING_DIR/tokens/osm) | 7 | export OSM_USER_PASSWD=$(cat $SETTING_DIR/tokens/osm 2>/dev/null) |
8 | 8 | ||
9 | FILENAME=$0 | 9 | FILENAME=$0 |
10 | 10 | ||