From 11f3d0024de8a5f26153fc370e88f80d7ee68a3c Mon Sep 17 00:00:00 2001 From: "osm@osm.rrze" Date: Sat, 28 Jul 2012 12:45:40 +0200 Subject: [PATCH] copy+paste error --- scripts/doosmupdate.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/doosmupdate.sh b/scripts/doosmupdate.sh index 53f63c6..e15f856 100755 --- a/scripts/doosmupdate.sh +++ b/scripts/doosmupdate.sh @@ -65,6 +65,9 @@ if [ -e $CHANGESFILE ] ; then fi echo "Update seems to have been successful." grep timestamp $OSMOSISWORKDIR/state.txt | sed -e 's/timestamp=//g' -e 's/T/ /g' -e 's/\\:/:/g' > $WEBSTATEFILE +echo -n "Updated database: now at upstream state of " +cat $WEBSTATEFILE +touch /var/lib/tirex/tiles/planet-import-complete if [ -e $EXPIRYFILE ] ; then echo "Expiryfile exists. Telling tirex to rerender the tiles mentioned there..." echo "Number of lines: `wc -l $EXPIRYFILE`" @@ -74,7 +77,7 @@ if [ -e $EXPIRYFILE ] ; then /var/lib/tirex/tiles/osm cat $EXPIRYFILE | /home.local/osm/bin/osmtilecleanup.pl \ --action rerenderexpiredlist --zoom 13-20 \ - --rrs /home.local/osm/bin/osmrerenderwrapper.sh \ + --rrs /home.local/osm/bin/osmrerenderwrapper-osmde.sh \ /var/lib/tirex/tiles/osmde rm $EXPIRYFILE fi -- 2.25.1