]> git.openstreetmap.org Git - chef.git/commitdiff
Use verbose option on pyosmium-up-to-date command for taginfo.
authorJochen Topf <jochen@topf.org>
Fri, 10 Aug 2018 06:45:45 +0000 (08:45 +0200)
committerJochen Topf <jochen@topf.org>
Fri, 10 Aug 2018 06:45:45 +0000 (08:45 +0200)
cookbooks/taginfo/templates/default/update-planet.erb

index db3d54c75470cbeb9aad500e38f9a25b8075833e..1d8ba1b126e843fdc5ab20b76c04a2f6b74c4252 100644 (file)
@@ -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