diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-02-22 10:45:32 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-02-22 10:45:32 +0800 |
commit | 3ad083dbf5cb37e507adf94f94c1cc2f71fd7549 (patch) | |
tree | 91b6b2b03ba0e31aa776956f4917257841ed1408 | |
parent | c757b6df6fbd2e8c62a2e2dc7165314f403c2110 (diff) |
update
-rwxr-xr-x | tools/osm/osm.api.changeset.create | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/osm/osm.api.changeset.create b/tools/osm/osm.api.changeset.create index bdbf53a..ab9fe85 100755 --- a/tools/osm/osm.api.changeset.create +++ b/tools/osm/osm.api.changeset.create | |||
@@ -22,4 +22,4 @@ changeset_id=$(echo $info |\ | |||
22 | 22 | ||
23 | echo >/dev/tty | 23 | echo >/dev/tty |
24 | echo "changeset created, check $OSM_SERVER/changeset/$changeset_id" >/dev/tty | 24 | echo "changeset created, check $OSM_SERVER/changeset/$changeset_id" >/dev/tty |
25 | echo $changeset_id | 25 | echo $changeset_id | tee /tmp/changeset && echo copied to /tmp/changeset |