X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/52c1f945d1efaeb817b4ea99ad2ce13dfa47c0b7..7b39d958ff65c8d8f895959eb6c50f61a98fa030:/cookbooks/taginfo/templates/default/update-planet.erb diff --git a/cookbooks/taginfo/templates/default/update-planet.erb b/cookbooks/taginfo/templates/default/update-planet.erb index db3d54c75..1d8ba1b12 100644 --- a/cookbooks/taginfo/templates/default/update-planet.erb +++ b/cookbooks/taginfo/templates/default/update-planet.erb @@ -16,7 +16,7 @@ exec > "${LOGDIR}/$(date +%Y%m%d-%H%M).log" 2>&1 retval=1 while [ $retval -eq 1 ]; do - pyosmium-up-to-date -o $PLANETNEW $PLANETCURR + pyosmium-up-to-date -v -o $PLANETNEW $PLANETCURR retval=$? done