diff options
author | Daniel Friesel <derf@finalrewind.org> | 2023-01-08 13:24:31 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2023-01-08 13:24:31 +0100 |
commit | d0891186b6e2d5baf7141c2ce0ecdfdc246097b2 (patch) | |
tree | 43457e2be11c0609b7e00a04e1988be0ea3d828f | |
parent | 3174b64a6e5600ee0dea1e8b0f4b04e33ebf7ae6 (diff) |
zugbildungsplan → v1
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | examples/dbf_update_zugbildungsplan | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -127,7 +127,7 @@ see the respective files) licenses. Attribution is appreciated. Background Data Updates --- -db-infoscreen can use <https://lib.finalrewind.org/dbdb/db_zugbildung_v0.json> +db-infoscreen can use <https://lib.finalrewind.org/dbdb/db_zugbildung_v1.json> to show scheduled ICE/IC types (ICE 1/2/3/4/T, IC 1/2), wagon orders, and other attributes. It expects the file to be provided in `share/zugbildungsplan.json`. diff --git a/examples/dbf_update_zugbildungsplan b/examples/dbf_update_zugbildungsplan index 816495e..1cd82e7 100644 --- a/examples/dbf_update_zugbildungsplan +++ b/examples/dbf_update_zugbildungsplan @@ -2,7 +2,7 @@ set -eu -wget -qO share/zugbildungsplan.json.new https://lib.finalrewind.org/dbdb/db_zugbildung_v0.json +wget -qO share/zugbildungsplan.json.new https://lib.finalrewind.org/dbdb/db_zugbildung_v1.json chmod 644 share/zugbildungsplan.json.new |