]> git.openstreetmap.org Git - chef.git/commitdiff
nominatim: fix logfile name
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 22 Sep 2016 10:08:59 +0000 (12:08 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 22 Sep 2016 10:08:59 +0000 (12:08 +0200)
cookbooks/nominatim/templates/default/updater.erb

index d839e6bb49aae685349dee18c40cc0b2d71c9d1c..b259c4ed687dd86e56595493c2a60824273f1d91 100644 (file)
@@ -9,7 +9,7 @@ cd $DIR/..
 while [ ! -f "<%= @update_stop_file %>" ]
 do
     # Send output to the log (logrotatable)
-    exec >> <%= @logfile %>/update.log 2>&1
+    exec >> <%= @logfile %> 2>&1
     starttime=`date +%s`
 
     ./utils/update.php --no-npi --import-osmosis