aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-11-20 16:16:35 +0800
committertypebrook <typebrook@gmail.com>2019-11-20 16:16:35 +0800
commit52c8eba46d7b786a2caf62e69cd6fbde06b931e5 (patch)
tree5a65541b751d7ded2a24410ba0398126856f3e68 /scripts
parentcdaf8dd723fe912a5b559b9e1d515206b2c6e5e4 (diff)
update
Diffstat (limited to 'scripts')
-rw-r--r--scripts/osm/osm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/osm/osm b/scripts/osm/osm
index 9fb52dd..7661661 100644
--- a/scripts/osm/osm
+++ b/scripts/osm/osm
@@ -1,6 +1,6 @@
1#! /bin/sh 1#! /bin/sh
2 2
3#OSM_SERVER=https://master.apis.dev.openstreetmap.org 3#export OSM_SERVER=https://master.apis.dev.openstreetmap.org
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
@@ -8,6 +8,6 @@ export OSM_USER_PASSWD=$(cat $SETTING_DIR/tokens/osm)
8 8
9FILENAME=$0 9FILENAME=$0
10 10
11util.osm() { 11utils.osm() {
12 vim $FILENAME && source $FILENAME 12 vim $FILENAME && source $FILENAME
13} 13}