diff options
Diffstat (limited to 'scripts')
-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 | ||