Skip to content

Commit 7052374

Browse files
committed
Fix update script no longer working (fixes #222)
1 parent 1e684ed commit 7052374

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ COPY --from=compiler-modtile-renderd /root/mod_tile/mod-tile_1-1_amd64.deb .
199199
RUN dpkg -i mod-tile_1-1_amd64.deb \
200200
&& ldconfig \
201201
&& rm mod-tile_1-1_amd64.deb
202+
COPY --from=compiler-modtile-renderd /root/mod_tile/osmosis-db_replag /usr/bin/osmosis-db_replag
202203

203204
# Install stylesheet
204205
COPY --from=compiler-stylesheet /root/openstreetmap-carto /home/renderer/src/openstreetmap-carto

openstreetmap-tiles-update-expire

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ set -e
77
# and other things directly from this script when run from cron.
88
# Change the actual location to wherever installed locally.
99
#------------------------------------------------------------------------------
10-
export PATH=.:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
1110
ACCOUNT=renderer
12-
cd /home/$ACCOUNT/src/mod_tile/
1311

1412
#------------------------------------------------------------------------------
1513
# Extra OSM2PGSQL_OPTIONS may need setting if a tag transform script is

0 commit comments

Comments
 (0)